$OpenBSD: patch-src_core_prefs_c,v 1.3 2011/05/27 14:27:10 ajacoutot Exp $

https://bugzilla.gnome.org/show_bug.cgi?id=651257

--- src/core/prefs.c.orig	Fri May 27 16:13:11 2011
+++ src/core/prefs.c	Fri May 27 16:12:47 2011
@@ -584,7 +584,7 @@ handle_preference_init_int (void)
                                     &error);
       cleanup_error (&error);
 
-      if (value < cursor->minimum || value > cursor->maximum)
+      if (value && (value < cursor->minimum || value > cursor->maximum))
         {
           meta_warning (_("%d stored in GConf key %s is out of range %d to %d\n"),
                         value, cursor->key,  cursor->minimum, cursor->maximum);
