tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Fri, 10 Aug 2012 03:51:15 +0000 (11:51 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 10 Aug 2012 03:51:15 +0000 (11:51 +0800)
tools/build_gtk_tree.js

index c245843..8d345b1 100644 (file)
@@ -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;
         }