mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Fix the build
This commit is contained in:
parent
5717b95cad
commit
70a711882c
@ -410,7 +410,6 @@ gtk_stack_page_set_property (GObject *object,
|
||||
{
|
||||
case CHILD_PROP_CHILD:
|
||||
g_set_object (&info->widget, g_value_get_object (value));
|
||||
gtk_accessible_set_accessible_parent (
|
||||
gtk_accessible_set_accessible_parent (GTK_ACCESSIBLE (info->widget),
|
||||
GTK_ACCESSIBLE (info),
|
||||
NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user