From 8c64c693c7c50c546c6fceb538904a774f0a53da Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 16 Jan 2009 09:12:23 +0000 Subject: Fix building, there were a missing _new ->_dup_singleton. svn path=/trunk/; revision=2235 --- libempathy/empathy-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 99d89e0eb..e4ada9f80 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -414,7 +414,7 @@ empathy_channel_get_account (TpChannel *channel) MissionControl *mc; g_object_get (channel, "connection", &connection, NULL); - mc = empathy_mission_control_new (); + mc = empathy_mission_control_dup_singleton (); account = mission_control_get_account_for_tpconnection (mc, connection, NULL); g_object_unref (connection); g_object_unref (mc); -- cgit v1.2.3