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 /megaphone | |
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 'megaphone')
-rw-r--r-- | megaphone/src/megaphone-applet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/megaphone/src/megaphone-applet.c b/megaphone/src/megaphone-applet.c index 5c499ac26..17ae2c50b 100644 --- a/megaphone/src/megaphone-applet.c +++ b/megaphone/src/megaphone-applet.c @@ -358,7 +358,7 @@ megaphone_applet_show_preferences (MegaphoneApplet *applet) /* Show all contacts, even offline and sort alphabetically */ contact_manager = empathy_contact_manager_new (); - contact_store = empathy_contact_list_store_new (EMPATHY_CONTACT_LIST (contact_manager), TRUE); + contact_store = empathy_contact_list_store_new (EMPATHY_CONTACT_LIST (contact_manager)); g_object_set (contact_store, "is-compact", TRUE, "show-avatars", TRUE, |