]> git.0d.be Git - empathy.git/commitdiff
Fix building, there were a missing _new ->_dup_singleton.
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 16 Jan 2009 09:12:23 +0000 (09:12 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 16 Jan 2009 09:12:23 +0000 (09:12 +0000)
svn path=/trunk/; revision=2235

libempathy/empathy-utils.c

index 99d89e0ebcce35363ec0820905509f6d4ca9e757..e4ada9f806d50491698dc0c9d26696b16ed996dc 100644 (file)
@@ -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);