| Index: ui/gfx/gtk_preserve_window.cc
|
| ===================================================================
|
| --- ui/gfx/gtk_preserve_window.cc (revision 91773)
|
| +++ ui/gfx/gtk_preserve_window.cc (working copy)
|
| @@ -208,7 +208,7 @@
|
| GList *children = GTK_FIXED(widget)->children;
|
| while (children) {
|
| GtkFixedChild *child = reinterpret_cast<GtkFixedChild*>(children->data);
|
| - if (gtk_widget_get_visible(child->widget)) {
|
| + if (GTK_WIDGET_VISIBLE(child->widget)) {
|
| GtkRequisition child_requisition;
|
| gtk_widget_get_child_requisition(child->widget, &child_requisition);
|
|
|
|
|
| Property changes on: ui/gfx/gtk_preserve_window.cc
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|