]> Pileus Git - ~andy/gtk/commit
bin: initialize out variables to zero for get_preferred_ functions.
authorAlban Browaeys <prahal@yahoo.com>
Mon, 4 Mar 2013 15:22:00 +0000 (16:22 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Mar 2013 01:04:05 +0000 (20:04 -0500)
commitaa08f4d8f5ed60e3fe9e4bd970493582411c25c4
treef3001270a5f1767d2ae0b7ab31c12bcf7c23dcfd
parentd98b4fd0b433d56f7b2148f617baf212014a3b3e
bin: initialize out variables to zero for get_preferred_ functions.

Fixes case of child not visible then minimum_width/heigth natural_width
/heigth not initialized. Thus caller gets a random value.

https://bugzilla.gnome.org/show_bug.cgi?id=695131
gtk/gtkbin.c