mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
gail: Fix for new box handling
This commit is contained in:
parent
acaaca4c76
commit
2fd625d191
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user