[Telepathy-commits] [telepathy-qt4/master] account-manager.py: correct implementation of UpdateParameters

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Jan 7 05:23:30 PST 2009


---
 tests/account-manager.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/tests/account-manager.py b/tests/account-manager.py
index eac9c89..702e01d 100644
--- a/tests/account-manager.py
+++ b/tests/account-manager.py
@@ -177,8 +177,10 @@ class Account(Object):
             self._parameters[key] = value
         for key in unset:
             self._parameters.pop(key, None)
+        print ("%s: UpdateParameters(...) -> success"
+                % self.__dbus_object_path__)
 
-        AccountPropertyChanged({'Parameters': self._parameters})
+        self.AccountPropertyChanged({'Parameters': self._parameters})
 
     @signal(ACCOUNT_IFACE, signature='a{sv}')
     def AccountPropertyChanged(self, delta):
-- 
1.5.6.5




More information about the Telepathy-commits mailing list