[Telepathy-commits] [telepathy-butterfly/master] small bugfix for GetContactAttributes

Olivier Le Thanh Duong olivier at lethanh.be
Sun Jan 25 11:19:17 PST 2009


---
 butterfly/contacts.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/butterfly/contacts.py b/butterfly/contacts.py
index 8744ec2..77c8a08 100644
--- a/butterfly/contacts.py
+++ b/butterfly/contacts.py
@@ -95,7 +95,7 @@ class ButterflyContacts(
         interface = telepathy.CONNECTION_INTERFACE_ALIASING
         if interface in interfaces:
             interface_attribute = interface + '/' + self.attributes[interface]
-            aliases = self.GetAliases()
+            aliases = self.GetAliases(handles)
             for handle, alias in zip(handles, aliases):
                 ret[handle][interface_attribute] = alias
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list