]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-main-window.c
Add a property to have or not groups on EmpathyContactListStore
[empathy.git] / libempathy-gtk / empathy-main-window.c
index d0353419a6dd27beeef379feac9891648c857068..03f11e58c80e32a299e379cab90677da3ea9e2e4 100644 (file)
@@ -284,7 +284,7 @@ empathy_main_window_show (void)
        empathy_status_presets_get_all ();
 
        list_iface = EMPATHY_CONTACT_LIST (empathy_contact_manager_new ());
-       window->list_store = empathy_contact_list_store_new (list_iface);
+       window->list_store = empathy_contact_list_store_new (list_iface, TRUE);
        window->list_view = empathy_contact_list_view_new (window->list_store,
                                                           EMPATHY_CONTACT_LIST_FEATURE_ALL);
        g_object_unref (list_iface);