From 6265c301144866873f49851d850ba66fcde3bd8c Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Wed, 27 May 2009 22:48:33 +0100 Subject: Correctly set the is_member flag when members are added --- libempathy/empathy-tp-chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index e818c779d..794e3e3b7 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -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); } } -- cgit v1.2.3