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 --- libempathy/empathy-tp-tube.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-tp-tube.c') diff --git a/libempathy/empathy-tp-tube.c b/libempathy/empathy-tp-tube.c index 5f421ac78..9d4c66038 100644 --- a/libempathy/empathy-tp-tube.c +++ b/libempathy/empathy-tp-tube.c @@ -351,7 +351,7 @@ empathy_tp_tube_init (EmpathyTpTube *tube) tube->priv = priv; - priv->factory = empathy_contact_factory_new (); + priv->factory = empathy_contact_factory_dup_singleton (); } EmpathyTpTube * -- cgit v1.2.3