[Telepathy-commits] [telepathy-qt4/master] account-manager.py: fix signature of ValidAccounts and InvalidAccounts
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Jan 7 05:23:30 PST 2009
Somewhere it changed to 'as', i.e. bug-for-bug compatible with Mission
Control 5.0.beta45.
---
tests/account-manager.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/account-manager.py b/tests/account-manager.py
index 3cc3b8d..e52422c 100644
--- a/tests/account-manager.py
+++ b/tests/account-manager.py
@@ -51,9 +51,9 @@ class AccountManager(Object):
return dbus.Dictionary({
'Interfaces': dbus.Array([], signature='s'),
'ValidAccounts': dbus.Array(self._valid_accounts.keys(),
- signature='s'),
+ signature='o'),
'InvalidAccounts': dbus.Array(self._invalid_accounts.keys(),
- signature='s'),
+ signature='o'),
}, signature='sv')
@method(dbus.PROPERTIES_IFACE,
--
1.5.6.5
More information about the Telepathy-commits
mailing list