forked from AuroraMiddleware/gtk
Trivial: remove a bit of obfuscation
This commit is contained in:
parent
21342cbfde
commit
644d62e2ce
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user