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=562763156e209406de509648dd05d16421b58bb6;hp=bd5540cfacfc9172080deeb964fbfcf7cb74a89c;hb=eef0512ebafaba2fe6289b578d9cd60f8bbc26c1;hpb=028349c02ed17c5f3ad13482aec48e17a9099b8c 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; }