From 424ea10d341831431eb5db1b0c30ce7b15591041 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Dec 2010 16:27:01 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index f3d8c8770..d3b4884c5 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -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. -- 2.39.2