From: Alan Knowles Date: Fri, 10 Aug 2012 10:46:12 +0000 (+0800) Subject: tools/build_gtk_tree.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=af559f7115bf0fb296534a6206a2219a3b88191e tools/build_gtk_tree.js --- diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 12c067639..977c48951 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -305,7 +305,7 @@ function BuildLists () { //print("TRY child type: " + parent); var ct = x.child_type(); - print(parent + " : says children are of type : " + ct); + //print(parent + " : says children are of type : " + ct); // get the Gtype for the child? var GObject = imports.gi.GObject; var match = GObject.type_from_name(ar.join(''));