gail: Fix for new box handling

This commit is contained in:
Benjamin Otte 2011-06-09 06:18:10 +02:00
parent acaaca4c76
commit 2fd625d191

View 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);
}