diff options
-rw-r--r-- | libempathy/empathy-tp-contact-list.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c index 302860924..c49033c94 100644 --- a/libempathy/empathy-tp-contact-list.c +++ b/libempathy/empathy-tp-contact-list.c @@ -401,9 +401,9 @@ got_added_members_cb (EmpathyTpContactFactory *factory, if (g_hash_table_lookup (priv->members, GUINT_TO_POINTER (handle))) continue; - /* Add to the list and emit signal */ + /* Add to the list and emit signal */ g_hash_table_insert (priv->members, GUINT_TO_POINTER (handle), - g_object_ref (contact)); + g_object_ref (contact)); g_signal_emit_by_name (list, "members-changed", contact, 0, 0, NULL, TRUE); } |