]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-main-window.c
Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459540...
[empathy.git] / libempathy-gtk / empathy-main-window.c
index 13c578d890141339828ac16205a1fcec83c4cb23..4b89c4e67632d023cc635519c3e2413e730639a0 100644 (file)
@@ -288,7 +288,6 @@ empathy_main_window_show (void)
        empathy_status_presets_get_all ();
 
        list_iface = EMPATHY_CONTACT_LIST (empathy_contact_manager_new ());
-       empathy_contact_list_setup (list_iface);
        window->list_store = empathy_contact_list_store_new (list_iface);
        window->list_view = empathy_contact_list_view_new (window->list_store);
        g_object_unref (list_iface);