Trivial: remove a bit of obfuscation

This commit is contained in:
Matthias Clasen 2012-05-26 20:12:59 +00:00
parent 21342cbfde
commit 644d62e2ce

View 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);