builder-tool: Stop using child properties

This commit is contained in:
Matthias Clasen 2019-04-05 04:02:19 +00:00
parent 0a4a7b310d
commit 7cd9ea497b

View File

@ -331,7 +331,7 @@ get_property_pspec (MyParserData *data,
pspec = g_object_class_find_property (class, canonical_name);
break;
case PROP_KIND_PACKING:
pspec = gtk_container_class_find_child_property (class, canonical_name);
pspec = NULL;
break;
case PROP_KIND_CELL_PACKING:
{