From 53a5ccde2a29a81a34e2624d44d798bd765a921e Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 9 Jan 2009 16:16:40 +0000 Subject: Fix some errors made when rebasing on master svn path=/trunk/; revision=2211 --- libempathy/empathy-dispatcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 3728a45d2..711d7c854 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -531,7 +531,7 @@ dispatcher_connection_new_channel (EmpathyDispatcher *dispatcher, if (handle_type == TP_CONN_HANDLE_TYPE_CONTACT) { - EmpathyContactFactory *factory = empathy_contact_factory_new (); + EmpathyContactFactory *factory = empathy_contact_factory_dup_singleton (); contact = empathy_contact_factory_get_from_handle (factory, cd->account, handle); g_object_unref (factory); -- cgit v1.2.3