diff --git a/tests/prop-editor.c b/tests/prop-editor.c index 7adff87b55..b6b39783d1 100644 --- a/tests/prop-editor.c +++ b/tests/prop-editor.c @@ -405,6 +405,7 @@ enum_modified (GtkComboBox *cb, gpointer data) i = gtk_combo_box_get_active (cb); + if (is_child_property (p->spec)) { GtkWidget *widget = GTK_WIDGET (p->obj);