From: Alan Knowles Date: Wed, 8 Dec 2010 09:44:47 +0000 (+0800) Subject: DependTree/Window.bjs X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=8ec5e6c1a74947eb8c469260c1fa07f498fbf7bc DependTree/Window.bjs --- diff --git a/DependTree/Window.bjs b/DependTree/Window.bjs index 4bb959ac6..951c97b20 100644 --- a/DependTree/Window.bjs +++ b/DependTree/Window.bjs @@ -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 this.el.set_visible_column(1);\n XObject.prototype.init.call(this);\n \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 this.el.set_visible_column(2);\n XObject.prototype.init.call(this);\n \n}\n", "|xns": "Gtk", "items": [ {