From: Alan Knowles Date: Fri, 10 Aug 2012 10:42:27 +0000 (+0800) Subject: tools/build_gtk_tree.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=eef0512ebafaba2fe6289b578d9cd60f8bbc26c1;hp=028349c02ed17c5f3ad13482aec48e17a9099b8c tools/build_gtk_tree.js --- diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index bd5540cfa..562763156 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -313,7 +313,7 @@ function BuildLists () { //print ("matching?" + (GObject.type_is_a(match, ct ) ? "YES" : "NO")); - return (GObject.type_is_a(match, ct ) ? true : false; + return GObject.type_is_a(match, ct ) ? true : false; }