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;
     }

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to