From eef0512ebafaba2fe6289b578d9cd60f8bbc26c1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 10 Aug 2012 18:42:27 +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 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; } -- 2.39.2