tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 05:25:04 +0000 (13:25 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 05:25:04 +0000 (13:25 +0800)
tools/build_gtk_tree.js

index 918f2d6..3260b35 100644 (file)
@@ -176,12 +176,13 @@ function BuildLists () {
                 
                 implementations[addable_type].forEach(function(addable_child) {
                     
-                    if (addable_child == 'Gtk.AboutDialog') {
-                        print(JSON.stringify(methods[addable_child].extendsClasses,null,4));Seed.exit();
+                    //if (addable_child == 'Gtk.AboutDialog') {
+                    //    print(JSON.stringify(methods[addable_child].extendsClasses,null,4));Seed.exit();
                         
-                    }
+                    //}
                     
-                    if (methods[addable_child].extendsClasses.indexOf('Gtk.Window') > -1) {
+                    if (addable_child == 'Gtk.Window' ||
+                            methods[addable_child].extendsClasses.indexOf('Gtk.Window') > -1) {
                         return;
                     }