[libpeas] [PeasUIConfigurable] use the right return value



commit 79b939f83c158fbcd48c0681f6f39257c3f56d23
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sat Apr 27 12:17:56 2013 +0200

    [PeasUIConfigurable] use the right return value

 libpeas-gtk/peas-gtk-configurable.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libpeas-gtk/peas-gtk-configurable.c b/libpeas-gtk/peas-gtk-configurable.c
index a2363d4..b14a7a8 100644
--- a/libpeas-gtk/peas-gtk-configurable.c
+++ b/libpeas-gtk/peas-gtk-configurable.c
@@ -68,7 +68,7 @@ peas_gtk_configurable_create_configure_widget (PeasGtkConfigurable *configurable
 {
   PeasGtkConfigurableInterface *iface;
 
-  g_return_val_if_fail (PEAS_GTK_IS_CONFIGURABLE (configurable), FALSE);
+  g_return_val_if_fail (PEAS_GTK_IS_CONFIGURABLE (configurable), NULL);
 
   iface = PEAS_GTK_CONFIGURABLE_GET_IFACE (configurable);
 


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