X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=libempathy-gtk%2Fempathy-main-window.c;h=4b89c4e67632d023cc635519c3e2413e730639a0;hp=13c578d890141339828ac16205a1fcec83c4cb23;hb=0b0bb0f621d8e1cda1508d9062a279459fc3b955;hpb=3a535643a694d0dd1bed8e0b7a2fd6fd21e6ee0c diff --git a/libempathy-gtk/empathy-main-window.c b/libempathy-gtk/empathy-main-window.c index 13c578d8..4b89c4e6 100644 --- a/libempathy-gtk/empathy-main-window.c +++ b/libempathy-gtk/empathy-main-window.c @@ -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);