[gtk/child-properties-be-gone: 10/12] builder-tool: Stop using child properties
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/child-properties-be-gone: 10/12] builder-tool: Stop using child properties
- Date: Fri, 5 Apr 2019 04:52:12 +0000 (UTC)
commit 8d0cd2258dce71eca6b8a1ad35a9bee362aa5138
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Apr 5 04:02:19 2019 +0000
builder-tool: Stop using child properties
gtk/tools/gtk-builder-tool-simplify.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/tools/gtk-builder-tool-simplify.c b/gtk/tools/gtk-builder-tool-simplify.c
index 144f823e6a..cd15fd504c 100644
--- a/gtk/tools/gtk-builder-tool-simplify.c
+++ b/gtk/tools/gtk-builder-tool-simplify.c
@@ -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:
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]