[telepathy-butterfly/master] We need to check everytime a contact is added to the address book (not only the forward list)

Louis-Francis Ratté-Boulianne louis-francis.ratte-boulianne at collabora.co.uk
Tue Aug 4 14:19:46 PDT 2009


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

diff --git a/butterfly/channel/contact_list.py b/butterfly/channel/contact_list.py
index 0fab18f..8e3852a 100644
--- a/butterfly/channel/contact_list.py
+++ b/butterfly/channel/contact_list.py
@@ -131,7 +131,7 @@ class ButterflyListChannel(
         return []
 
     # papyon.event.AddressBookEventInterface
-    def on_addressbook_messenger_contact_added(self, contact):
+    def on_addressbook_contact_added(self, contact):
         added = set()
         local_pending = set()
         remote_pending = set()
-- 
1.5.6.5




More information about the telepathy-commits mailing list