empathy r2770 - trunk/libempathy-gtk



Author: xclaesse
Date: Fri Apr 10 16:53:17 2009
New Revision: 2770
URL: http://svn.gnome.org/viewvc/empathy?rev=2770&view=rev

Log:
Fix some type warnings

From: Davyd Madeley <davyd madeley id au>

Modified:
   trunk/libempathy-gtk/empathy-presence-chooser.c

Modified: trunk/libempathy-gtk/empathy-presence-chooser.c
==============================================================================
--- trunk/libempathy-gtk/empathy-presence-chooser.c	(original)
+++ trunk/libempathy-gtk/empathy-presence-chooser.c	Fri Apr 10 16:53:17 2009
@@ -311,7 +311,7 @@
 	if (!gtk_combo_box_get_active_iter (self, &iter))
 	{
 		/* the combo is being edited to a custom entry */
-		set_status_editing (self, TRUE);
+		set_status_editing (EMPATHY_PRESENCE_CHOOSER (self), TRUE);
 		return;
 	}
 
@@ -329,13 +329,13 @@
 	{
 		/* grab the focus */
 		gtk_widget_grab_focus (entry);
-		set_status_editing (self, TRUE);
+		set_status_editing (EMPATHY_PRESENCE_CHOOSER (self), TRUE);
 	}
 	else
 	{
 		/* just in case we were setting a new status when
 		 * things were changed */
-		set_status_editing (self, FALSE);
+		set_status_editing (EMPATHY_PRESENCE_CHOOSER (self), FALSE);
 	}
 
 	g_free (icon_name);



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