aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-10-06 04:27:09 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-10-06 04:27:09 +0800
commitffa5338ec7e70d39da63bbfb72ae9186e372ad97 (patch)
tree1dcba49285594737fd3759507f7525465e1e2be9
parent29be07de5037b84aa83d869e4d3873a1500bac19 (diff)
downloadgsoc2013-empathy-ffa5338ec7e70d39da63bbfb72ae9186e372ad97.tar
gsoc2013-empathy-ffa5338ec7e70d39da63bbfb72ae9186e372ad97.tar.gz
gsoc2013-empathy-ffa5338ec7e70d39da63bbfb72ae9186e372ad97.tar.bz2
gsoc2013-empathy-ffa5338ec7e70d39da63bbfb72ae9186e372ad97.tar.lz
gsoc2013-empathy-ffa5338ec7e70d39da63bbfb72ae9186e372ad97.tar.xz
gsoc2013-empathy-ffa5338ec7e70d39da63bbfb72ae9186e372ad97.tar.zst
gsoc2013-empathy-ffa5338ec7e70d39da63bbfb72ae9186e372ad97.zip
Fix build error, empathy_theme_update_view return void.
svn path=/branches/gnome-2-24/; revision=1518
-rw-r--r--libempathy-gtk/empathy-theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-theme.c b/libempathy-gtk/empathy-theme.c
index b1afa51ca..e2da4e494 100644
--- a/libempathy-gtk/empathy-theme.c
+++ b/libempathy-gtk/empathy-theme.c
@@ -193,7 +193,7 @@ empathy_theme_update_view (EmpathyTheme *theme,
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