From: Alan Knowles Date: Wed, 1 Dec 2010 08:58:54 +0000 (+0800) Subject: tools/build_gtk_tree.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=7b89b03f89a12fe99ebe36c90bca8b99a81dbcb3 tools/build_gtk_tree.js --- diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 56b469f91..74ca2b644 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -32,6 +32,9 @@ ns_list = ns_list.sort(); print("loading library to make sure it works."); ns_list.forEach(function(ns_name) { var core = imports.gi[ns_name]; + var ns = NameSpace.ns(ns_name); // fetch all the elements in namespace... + NameSpace.factory('Class', ns_name, n); + NameSpace.factory('Interface', ns_name, n); });