Fix the build

This commit is contained in:
Matthias Clasen 2023-02-19 15:26:27 +00:00
parent 5717b95cad
commit 70a711882c

View File

@ -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);