X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=tools%2Fbuild_gtk_tree.js;fp=tools%2Fbuild_gtk_tree.js;h=bd5540cfacfc9172080deeb964fbfcf7cb74a89c;hp=88f2e3ab720566e53925d8dfc6f3bda1ed5c505e;hb=028349c02ed17c5f3ad13482aec48e17a9099b8c;hpb=bb0e805161dd74bc7784378fd681979eca70be21 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; }