From 4100a5f538bf8f2c22658a579a80c909162dc46c Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 9 Jan 2009 10:05:54 +0000 Subject: Port EmpathyContactFactory to the new singleton policy. svn path=/trunk/; revision=2113 --- tests/contact-run-until-ready.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/contact-run-until-ready.c b/tests/contact-run-until-ready.c index 1d263dd05..13fad63a7 100644 --- a/tests/contact-run-until-ready.c +++ b/tests/contact-run-until-ready.c @@ -13,7 +13,7 @@ callback (gpointer data) EmpathyContact *contact; EmpathyContactReady ready_flags; - factory = empathy_contact_factory_new (); + factory = empathy_contact_factory_dup_singleton (); account = mc_account_lookup ("jabber0"); contact = empathy_contact_factory_get_from_handle (factory, account, 2); -- cgit v1.2.3