From e7bde87c38966c4f20229de12cb1079755c77f9a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 9 Aug 2012 18:35:13 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index b249a2d3a..af3a14c5d 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -130,8 +130,9 @@ function BuildLists () { addable_type = p.memberOf + '.' + p.type; } - - + if (m.memberOf == 'Gtk.Buildable') { + return; + } // in theory you can not add a window to anything.. ??? //if ('Gtk.Window' == addable_type || methods[addable_type].extendsClasses.indexOf('Gtk.Window') > -1) { // return; -- 2.39.2