[Xfce4-commits] r29997 - xfconf/trunk/xfconf
Brian Tarricone
kelnos at xfce.org
Sun Jun 7 02:55:13 CEST 2009
Author: kelnos
Date: 2009-06-07 00:55:12 +0000 (Sun, 07 Jun 2009)
New Revision: 29997
Modified:
xfconf/trunk/xfconf/xfconf-binding.c
Log:
silence warning when --enable-checks was not specified
Modified: xfconf/trunk/xfconf/xfconf-binding.c
===================================================================
--- xfconf/trunk/xfconf/xfconf-binding.c 2009-06-06 09:10:57 UTC (rev 29996)
+++ xfconf/trunk/xfconf/xfconf-binding.c 2009-06-07 00:55:12 UTC (rev 29997)
@@ -300,8 +300,10 @@
binding->call = NULL;
if(error) {
+#ifdef XFCONF_ENABLE_CHECKS
g_warning("Initial query for property \"%s\" failed: %s",
binding->xfconf_property, error->message);
+#endif
g_error_free(error);
return;
}
More information about the Xfce4-commits
mailing list