diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-01-21 05:42:04 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-01-21 05:42:04 +0800 |
commit | 1b7904f4d6c5c49ffc0b32ff76032f83718a606b (patch) | |
tree | 69cc4bfe4683fa6cd882d9fbfcc93e2397516042 /libempathy-gtk/empathy-group-chat.c | |
parent | eccbc4d73eca63fd700d89f9bc31dcad7cb17edc (diff) | |
download | gsoc2013-empathy-1b7904f4d6c5c49ffc0b32ff76032f83718a606b.tar gsoc2013-empathy-1b7904f4d6c5c49ffc0b32ff76032f83718a606b.tar.gz gsoc2013-empathy-1b7904f4d6c5c49ffc0b32ff76032f83718a606b.tar.bz2 gsoc2013-empathy-1b7904f4d6c5c49ffc0b32ff76032f83718a606b.tar.lz gsoc2013-empathy-1b7904f4d6c5c49ffc0b32ff76032f83718a606b.tar.xz gsoc2013-empathy-1b7904f4d6c5c49ffc0b32ff76032f83718a606b.tar.zst gsoc2013-empathy-1b7904f4d6c5c49ffc0b32ff76032f83718a606b.zip |
Do not take show_groups in empathy_contact_list_store_new
svn path=/trunk/; revision=587
Diffstat (limited to 'libempathy-gtk/empathy-group-chat.c')
-rw-r--r-- | libempathy-gtk/empathy-group-chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-group-chat.c b/libempathy-gtk/empathy-group-chat.c index 8f361237a..534f66c27 100644 --- a/libempathy-gtk/empathy-group-chat.c +++ b/libempathy-gtk/empathy-group-chat.c @@ -526,7 +526,7 @@ group_chat_set_tp_chat (EmpathyChat *chat, } /* Create contact list */ - priv->store = empathy_contact_list_store_new (EMPATHY_CONTACT_LIST (priv->tp_chat), TRUE); + priv->store = empathy_contact_list_store_new (EMPATHY_CONTACT_LIST (priv->tp_chat)); priv->view = empathy_contact_list_view_new (priv->store, EMPATHY_CONTACT_LIST_FEATURE_CONTACT_CHAT | EMPATHY_CONTACT_LIST_FEATURE_CONTACT_CALL | |