tools/build_gtk_tree.js
[app.Builder.js] / tools / build_gtk_tree.js
index 586c85c..1dd0a3b 100644 (file)
@@ -279,6 +279,7 @@ function BuildLists () {
         var cls = parent.split('.').pop();
         var x = new Gtk[cls]();
         print(parent + " : says children are of type : " + x.child_type());
+        return true;
         
     }