empathy r2235 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2235 - trunk/libempathy
- Date: Fri, 16 Jan 2009 09:12:23 +0000 (UTC)
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]