X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=tools%2Fbuild_gtk_tree.js;h=88f2e3ab720566e53925d8dfc6f3bda1ed5c505e;hp=3b96bd5c619257b76066812784d802537c303dbf;hb=bb0e805161dd74bc7784378fd681979eca70be21;hpb=595ffd758a72c2fc85bfd10b623468a0dc194b0b diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 3b96bd5c6..88f2e3ab7 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -309,7 +309,7 @@ function BuildLists () { // get the Gtype for the child? var GObject = imports.gi.GObject; var match = GObject.type_from_name(ar.join('')); - print([match, ct]); + //print([match, ct]); print ("matching?" + (GObject.type_is_a(match, ct ) ? "YES" : "NO"));