empathy r1518 - branches/gnome-2-24/libempathy-gtk
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r1518 - branches/gnome-2-24/libempathy-gtk
- Date: Sun, 5 Oct 2008 20:27:10 +0000 (UTC)
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]