From e1a4deb5e6825a27a2cfeae4c8fa1dc10519cc4b Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 30 Jan 2009 17:34:44 +0000 Subject: Use the new _dup_singleton function instead of _new. Signed-off-by: Jonny Lamb svn path=/trunk/; revision=2337 --- tests/empetit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/empetit.c b/tests/empetit.c index 99f25f8cc..6ba5a2ad4 100644 --- a/tests/empetit.c +++ b/tests/empetit.c @@ -48,7 +48,7 @@ int main (int argc, gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (), icon_path); g_free (icon_path); - manager = empathy_contact_manager_new (); + manager = empathy_contact_manager_dup_singleton (); store = empathy_contact_list_store_new (EMPATHY_CONTACT_LIST (manager)); vbox = gtk_vbox_new (FALSE, 2); -- cgit v1.2.3