From eccbc4d73eca63fd700d89f9bc31dcad7cb17edc Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 20 Jan 2008 21:42:01 +0000 Subject: Add a property to have or not groups on EmpathyContactListStore svn path=/trunk/; revision=586 --- megaphone/src/megaphone-applet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'megaphone') diff --git a/megaphone/src/megaphone-applet.c b/megaphone/src/megaphone-applet.c index 17ae2c50b..5c499ac26 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)); + contact_store = empathy_contact_list_store_new (EMPATHY_CONTACT_LIST (contact_manager), TRUE); g_object_set (contact_store, "is-compact", TRUE, "show-avatars", TRUE, -- cgit v1.2.3