]> Pileus Git - ~andy/gtk/commit
container: fix wrong branching logic
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 18 Apr 2012 16:12:32 +0000 (12:12 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 18 Apr 2012 16:12:32 +0000 (12:12 -0400)
commit4118e135969acaaedd711859dceb1fee61a159e1
tree44923f348582a42f44ab0dbc18e00aca1b8fb4de
parent724a9854658c545b47958c829a62847b15746377
container: fix wrong branching logic

If the resize mode of the container was GTK_RESIZE_IMMEDIATE we would
also fall trough to the next case in the switch, and always throw an
assertion.
gtk/gtkcontainer.c