Compare commits

...

1 Commits

Author SHA1 Message Date
Lubomir Rintel
83c8263d9f container: Propagate child properties to GtkAssistant
It implements set_child_property() and doesn't behave special here.
That's also what the comment says.

Fixes: 07cbbc6fa9
2018-04-30 16:50:02 +02:00

View File

@@ -454,7 +454,7 @@ gtk_container_buildable_set_child_property (GtkContainer *container,
GError *error = NULL;
GObjectNotifyQueue *nqueue;
if (SPECIAL_CONTAINER (container))
if (SPECIAL_CONTAINER (container) && !GTK_IS_ASSISTANT (container))
{
/* This can happen with internal children of complex widgets.
* Silently ignore the child properties in this case. We explicitly