[Telepathy-commits] [telepathy-glib/master] Extract change-reason from MembersChangedDetailed correctly

Will Thompson will.thompson at collabora.co.uk
Tue Jan 6 11:34:34 PST 2009


---
 telepathy-glib/channel-group.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/channel-group.c b/telepathy-glib/channel-group.c
index fa78814..a52e748 100644
--- a/telepathy-glib/channel-group.c
+++ b/telepathy-glib/channel-group.c
@@ -931,7 +931,7 @@ tp_channel_group_members_changed_detailed_cb (TpChannel *self,
       self, added->len, removed->len, local_pending->len, remote_pending->len);
 
   actor = tp_asv_get_uint32 (details, "actor", NULL);
-  reason = tp_asv_get_uint32 (details, "reason", NULL);
+  reason = tp_asv_get_uint32 (details, "change-reason", NULL);
   message = tp_asv_get_string (details, "message");
 
   if (message == NULL)
-- 
1.5.6.5




More information about the Telepathy-commits mailing list