projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21342cb
)
Trivial: remove a bit of obfuscation
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 26 May 2012 20:12:59 +0000
(20:12 +0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 30 May 2012 17:46:39 +0000
(13:46 -0400)
gtk/gtkwindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwindow.c
b/gtk/gtkwindow.c
index 41c5f915e5a4c4a5e4f8f80065c665a6f14ad64e..9843229e588e0ce94132379e6276f7d5c1c24f6d 100644
(file)
--- a/
gtk/gtkwindow.c
+++ b/
gtk/gtkwindow.c
@@
-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);