tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Fri, 10 Aug 2012 10:42:27 +0000 (18:42 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 10 Aug 2012 10:42:27 +0000 (18:42 +0800)
tools/build_gtk_tree.js

index bd5540c..5627631 100644 (file)
@@ -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;
         
     }