tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Fri, 10 Aug 2012 10:41:46 +0000 (18:41 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 10 Aug 2012 10:41:46 +0000 (18:41 +0800)
tools/build_gtk_tree.js

index 3b96bd5..88f2e3a 100644 (file)
@@ -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"));