[telepathy-butterfly/master] Fixed arguments
Louis-Francis Ratté-Boulianne
louis-francis.ratte-boulianne at collabora.co.uk
Wed Aug 5 14:36:48 PDT 2009
---
butterfly/channel/contact_list.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/butterfly/channel/contact_list.py b/butterfly/channel/contact_list.py
index 010654e..08d687f 100644
--- a/butterfly/channel/contact_list.py
+++ b/butterfly/channel/contact_list.py
@@ -228,7 +228,8 @@ class ButterflySubscribeListChannel(ButterflyListChannel,
groups = list(handle.pending_groups)
handle.pending_groups = set()
ab = self._conn.msn_client.address_book
- ab.add_messenger_contact(account, network,
+ ab.add_messenger_contact(account,
+ network_id=network,
auto_allow=False,
invite_message=message.encode('utf-8'),
groups=groups,
--
1.5.6.5
More information about the telepathy-commits
mailing list