DependTree/Window.bjs
authorAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 11:54:24 +0000 (19:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 11:54:24 +0000 (19:54 +0800)
DependTree/Window.bjs

index 4db355d..662d332 100644 (file)
@@ -49,7 +49,7 @@
                                             "items": [
                                                 {
                                                     "xtype": "TreeModelFilter",
-                                                    "|init": "function() {\n    this.items[0].pack = false;\n    this.items[0].init();\n    this.list = this.items[0];\n    this.el = new Gtk.TreeModelFilter.c_new(this.items[0].el, null);\n    XObject.prototype.init.call(this);\n    this.el.set_visible_column(2);\n}\n",
+                                                    "|init": "function() {\n    this.items[0].pack = false;\n    this.items[0].init();\n    this.list = this.items[0];\n    this.el = new Gtk.TreeModelFilter.c_new(this.items[0].el, null);\n    XObject.prototype.init.call(this);\n    this.el.set_visible_column(1);\n}\n",
                                                     "|xns": "Gtk",
                                                     "items": [
                                                         {