[empathy] Correctly set the is_member flag when members are added
- From: Sjoerd Simons <sjoerds src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] Correctly set the is_member flag when members are added
- Date: Wed, 27 May 2009 18:15:01 -0400 (EDT)
commit 6265c301144866873f49851d850ba66fcde3bd8c
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date: Wed May 27 22:48:33 2009 +0100
Correctly set the is_member flag when members are added
---
libempathy/empathy-tp-chat.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c
index e818c77..794e3e3 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);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]