]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-tp-chat.c
Merge branch 'debugger'
[empathy.git] / libempathy / empathy-tp-chat.c
index 69554bd8a79963756dfd838187ad3d1b3beff9cf..ac61392e033268df517d89bfe62e96a1c3728145 100644 (file)
@@ -694,7 +694,7 @@ tp_chat_dispose (GObject *object)
                g_object_unref (priv->factory);
        priv->factory = NULL;
 
-       if (priv->user != NULL);
+       if (priv->user != NULL)
                g_object_unref (priv->user);
        priv->user = NULL;
 
@@ -867,7 +867,7 @@ tp_chat_got_added_contacts_cb (EmpathyTpContactFactory *factory,
                        priv->members = g_list_prepend (priv->members,
                                g_object_ref (contact));
                        g_signal_emit_by_name (chat, "members-changed",
-                                              contact, NULL, 0, NULL, FALSE);
+                                              contact, NULL, 0, NULL, TRUE);
                }
        }
 
@@ -993,7 +993,7 @@ tp_chat_constructor (GType                  type,
 
                /* Get initial member contacts */
                members = tp_channel_group_get_members (priv->channel);
-               handles = tp_intset_to_array (members);         
+               handles = tp_intset_to_array (members);
                empathy_tp_contact_factory_get_from_handles (priv->factory,
                        handles->len, (TpHandle *) handles->data,
                        tp_chat_got_added_contacts_cb, NULL, NULL, chat);