From: Alan Knowles Date: Fri, 10 Aug 2012 03:57:50 +0000 (+0800) Subject: tools/build_gtk_tree.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=336125aabc43f0b9175cb3d9c87d651bb148457a tools/build_gtk_tree.js --- diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index a7601e8f6..1a0fa0942 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -292,12 +292,12 @@ function BuildLists () { return false; } - print("TRY ctor: " + parent ); + //print("TRY ctor: " + parent ); var x = new imports.gi.Gtk[cls](); - print("TRY child type: " + parent); + //print("TRY child type: " + parent); - print(parent + " : says children are of type : " + x.child_type()); + //print(parent + " : says children are of type : " + x.child_type()); return true; }