From 028349c02ed17c5f3ad13482aec48e17a9099b8c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 10 Aug 2012 18:42:17 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 88f2e3ab7..bd5540cfa 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -310,10 +310,10 @@ function BuildLists () { var GObject = imports.gi.GObject; var match = GObject.type_from_name(ar.join('')); //print([match, ct]); - print ("matching?" + (GObject.type_is_a(match, ct ) ? "YES" : "NO")); + //print ("matching?" + (GObject.type_is_a(match, ct ) ? "YES" : "NO")); - return true; + return (GObject.type_is_a(match, ct ) ? true : false; } -- 2.39.2