Trivial: remove a bit of obfuscation
authorMatthias Clasen <mclasen@redhat.com>
Sat, 26 May 2012 20:12:59 +0000 (20:12 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 30 May 2012 17:46:39 +0000 (13:46 -0400)
gtk/gtkwindow.c

index 41c5f915e5a4c4a5e4f8f80065c665a6f14ad64e..9843229e588e0ce94132379e6276f7d5c1c24f6d 100644 (file)
@@ -8198,7 +8198,7 @@ gtk_window_set_resizable (GtkWindow *window,
 
   if (priv->resizable != resizable)
     {
-      priv->resizable = (resizable != FALSE);
+      priv->resizable = resizable;
 
       update_grip_visibility (window);