]> Pileus Git - ~andy/gtk/commitdiff
gail: Fix for new box handling
authorBenjamin Otte <otte@redhat.com>
Thu, 9 Jun 2011 04:18:10 +0000 (06:18 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 9 Jun 2011 04:18:10 +0000 (06:18 +0200)
modules/other/gail/gailwidget.c

index ee7029315a4997cfa937b420d844cb77fbe99adf..b68c6bb87d6bac62fdbb4a8636f568a6a35d7898 100644 (file)
@@ -428,7 +428,7 @@ gail_widget_ref_relation_set (AtkObject *obj)
               GtkWidget *temp_widget;
 
               temp_widget = gtk_widget_get_parent (widget);
-              if (GTK_IS_HBOX (temp_widget))
+              if (GTK_IS_BOX (temp_widget))
                 {
                   label = find_label (temp_widget);
                 }