From 83c8263d9fc304b4d8cbc768cbfe115ca8a44bd2 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 30 Apr 2018 16:49:08 +0200 Subject: [PATCH] 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: 07cbbc6fa9db2a630270d2960d436c0e687a4955 --- gtk/gtkcontainer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index 888d9d59d2..04f8dc1c65 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -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