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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user