X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=tools%2Fbuild_gtk_tree.js;h=109c7dd2a5cb1d1f46e335070109bb4f345cdfc2;hp=d053dfa92ead6de53bf5a22f8ccf35b94a973c6e;hb=65738a58d2fcba72608acffc76f366d3cdeb96f9;hpb=9d7c8ec6478148f28168397dfacad5373e2c5fe4 diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index d053dfa92..109c7dd2a 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -277,7 +277,7 @@ function BuildLists () { return true; } var cls = parent.split('.').pop(); - var x = new Gtk[cls](); + var x = new imports.gi.Gtk[cls](); print(parent + " : says children are of type : " + x.child_type()); return true;