]> git.0d.be Git - empathy.git/blobdiff - megaphone/src/megaphone-applet.c
Add a property to have or not groups on EmpathyContactListStore
[empathy.git] / megaphone / src / megaphone-applet.c
index 17ae2c50b508afe6a2ebb9082ab18fe9070d63a7..5c499ac269b858922b6c3be4773a3f756f557326 100644 (file)
@@ -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,