Add back variable declaration removed in r17958.

2007-05-28  Carlos Garnacho  <carlos@imendio.com>

        * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed_recurse):
        Add back variable declaration removed in r17958.


svn path=/trunk/; revision=17964
This commit is contained in:
Carlos Garnacho 2007-05-28 13:34:39 +00:00 committed by Carlos Garnacho
parent eb7f97bb9b
commit 500e7c9375
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-05-28 Carlos Garnacho <carlos@imendio.com>
* gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed_recurse):
Add back variable declaration removed in r17958.
2007-05-28 Carlos Garcia Campos <carlosgc@gnome.org>
* gtk/gtkprinter.[ch]: Add new capability

View File

@ -5496,6 +5496,7 @@ static void
gtk_widget_propagate_hierarchy_changed_recurse (GtkWidget *widget,
gpointer client_data)
{
HierarchyChangedInfo *info = client_data;
gboolean new_anchored = GTK_WIDGET_TOPLEVEL (widget) ||
(widget->parent && GTK_WIDGET_ANCHORED (widget->parent));