empathy r2120 - trunk/libempathy-gtk



Author: xclaesse
Date: Fri Jan  9 10:06:27 2009
New Revision: 2120
URL: http://svn.gnome.org/viewvc/empathy?rev=2120&view=rev

Log:
Port to the new singleton API.

Modified:
   trunk/libempathy-gtk/empathy-ui-utils.c

Modified: trunk/libempathy-gtk/empathy-ui-utils.c
==============================================================================
--- trunk/libempathy-gtk/empathy-ui-utils.c	(original)
+++ trunk/libempathy-gtk/empathy-ui-utils.c	Fri Jan  9 10:06:27 2009
@@ -1541,7 +1541,7 @@
 		return FALSE;
 	}
 
-	idle = empathy_idle_new ();
+	idle = empathy_idle_dup_singleton ();
 	presence = empathy_idle_get_state (idle);
 	g_object_unref (idle);
 



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