]> Pileus Git - ~andy/gtk/commit
Fixed GtkAssistant to not access ->requisition of children directly.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 19 Apr 2010 00:11:43 +0000 (20:11 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 19 Apr 2010 00:11:43 +0000 (20:11 -0400)
commitfe257d23dd6ca64194c7b7d4ac9c05d8faba6aec
tree57590cf34e466b34265583983d9a1e16c1146e2a
parent3cbd9e9313061945d9868a8e3a01de51be07bfa1
Fixed GtkAssistant to not access ->requisition of children directly.

This was causing a 0 height action-area because a GtkBox does not
generally update ->requisition with anything useful
(call gtk_widget_get_child_requisition() here instead).
gtk/gtkassistant.c