From b5268a37dc21fcf3e2356a9567bb92330e3ecb8d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 10 Aug 2012 11:51:15 +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 c245843ec..8d345b12b 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -279,7 +279,7 @@ function BuildLists () { var cls = parent.split('.').pop(); - if (parent = 'Gtk.Bin' || methods['Gtk.Bin'].extendsClasses.indexOf(parent) > -1) { + if (parent == 'Gtk.Bin' || methods['Gtk.Bin'].extendsClasses.indexOf(parent) > -1) { return false; } -- 2.39.2