tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Fri, 10 Aug 2012 02:45:04 +0000 (10:45 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 10 Aug 2012 02:45:04 +0000 (10:45 +0800)
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;
         
     }