empathy r2235 - trunk/libempathy



Author: xclaesse
Date: Fri Jan 16 09:12:23 2009
New Revision: 2235
URL: http://svn.gnome.org/viewvc/empathy?rev=2235&view=rev

Log:
Fix building, there were a missing _new ->_dup_singleton.

Modified:
   trunk/libempathy/empathy-utils.c

Modified: trunk/libempathy/empathy-utils.c
==============================================================================
--- trunk/libempathy/empathy-utils.c	(original)
+++ trunk/libempathy/empathy-utils.c	Fri Jan 16 09:12:23 2009
@@ -414,7 +414,7 @@
 	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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]