[telepathy-gabble/master] Use the right bit of userdata

Sjoerd Simons sjoerd.simons at collabora.co.uk
Mon Jan 4 04:08:31 PST 2010


---
 src/muc-channel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/muc-channel.c b/src/muc-channel.c
index 097590e..fbb6541 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -2211,7 +2211,7 @@ roster_presence (gpointer key, gpointer val, gpointer data)
   /* notify whomever that an identifiable contact joined the MUC  */
   if (owner != 0)
     {
-      tp_group_mixin_change_flags (G_OBJECT (data), 0,
+      tp_group_mixin_change_flags (G_OBJECT (blob->gmuc), 0,
           TP_CHANNEL_GROUP_FLAG_HANDLE_OWNERS_NOT_AVAILABLE);
       g_signal_emit (gmuc, signals[CONTACT_JOIN], 0, owner);
       tp_handle_unref (contact_repo, owner);
-- 
1.5.6.5




More information about the telepathy-commits mailing list