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
This commit is contained in:
Lubomir Rintel
2018-04-30 16:49:08 +02:00
parent 995b29d8db
commit 83c8263d9f

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