tools/build_gtk_tree.js
[app.Builder.js] / tools / build_gtk_tree.js
index f3d8c87..d3b4884 100644 (file)
@@ -25,7 +25,7 @@ File        = imports.File.File;
 NameSpace   = imports.Introspect.NameSpace.NameSpace; 
 Link        = imports.Introspect.Link.Link; 
 
-var ns_list = NameSpace.namespaces();
+var ns_list = [ 'Gtk' ] ; //NameSpace.namespaces();
  
 ns_list = ns_list.sort();
 // let's try and load them, so we find out early what will fail.