empathy r1518 - branches/gnome-2-24/libempathy-gtk



Author: xclaesse
Date: Sun Oct  5 20:27:09 2008
New Revision: 1518
URL: http://svn.gnome.org/viewvc/empathy?rev=1518&view=rev

Log:
Fix build error, empathy_theme_update_view return void.

Modified:
   branches/gnome-2-24/libempathy-gtk/empathy-theme.c

Modified: branches/gnome-2-24/libempathy-gtk/empathy-theme.c
==============================================================================
--- branches/gnome-2-24/libempathy-gtk/empathy-theme.c	(original)
+++ branches/gnome-2-24/libempathy-gtk/empathy-theme.c	Sun Oct  5 20:27:09 2008
@@ -193,7 +193,7 @@
 		g_error ("Theme must override update_view");
 	}
 
-	return EMPATHY_THEME_GET_CLASS(theme)->update_view (theme, view);
+	EMPATHY_THEME_GET_CLASS(theme)->update_view (theme, view);
 }
 
 void



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