diff options
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r-- | src/empathy-main-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 3d5524923..4a6c86212 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -599,7 +599,7 @@ empathy_main_window_show (void) /* Set up contact list. */ empathy_status_presets_get_all (); - list_iface = EMPATHY_CONTACT_LIST (empathy_contact_manager_new ()); + list_iface = EMPATHY_CONTACT_LIST (empathy_contact_manager_dup_singleton ()); monitor = empathy_contact_list_get_monitor (list_iface); window->list_store = empathy_contact_list_store_new (list_iface); window->list_view = empathy_contact_list_view_new (window->list_store, |