From bb0e805161dd74bc7784378fd681979eca70be21 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 10 Aug 2012 18:41:46 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.39.2