[Telepathy-commits] [telepathy-qt4/master] account-manager.py: correct implementation of Properties.Get on Account

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


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

diff --git a/tests/account-manager.py b/tests/account-manager.py
index 702e01d..188522e 100644
--- a/tests/account-manager.py
+++ b/tests/account-manager.py
@@ -232,7 +232,7 @@ class Account(Object):
             out_signature='v')
     def Get(self, iface, prop):
         if iface == ACCOUNT_IFACE:
-            props = self._am_props()
+            props = self._account_props()
         else:
             raise ValueError('No such interface')
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list