aboutsummaryrefslogtreecommitdiffstats
path: root/megaphone/src/megaphone-applet.c
diff options
context:
space:
mode:
Diffstat (limited to 'megaphone/src/megaphone-applet.c')
-rw-r--r--megaphone/src/megaphone-applet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/megaphone/src/megaphone-applet.c b/megaphone/src/megaphone-applet.c
index 1d63a2cbb..413e34276 100644
--- a/megaphone/src/megaphone-applet.c
+++ b/megaphone/src/megaphone-applet.c
@@ -354,7 +354,7 @@ megaphone_applet_show_preferences (MegaphoneApplet *applet)
NULL);
/* Show all contacts, even offline and sort alphabetically */
- contact_manager = empathy_contact_manager_new ();
+ contact_manager = empathy_contact_manager_dup_singleton ();
contact_store = empathy_contact_list_store_new (EMPATHY_CONTACT_LIST (contact_manager));
g_object_set (contact_store,
"is-compact", TRUE,