From: Alan Knowles Date: Thu, 2 Dec 2010 11:54:24 +0000 (+0800) Subject: DependTree/Window.bjs X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=809e2894e4dd9d031bf34208811f544b1a49dcf7 DependTree/Window.bjs --- diff --git a/DependTree/Window.bjs b/DependTree/Window.bjs index 4db355d62..662d332a7 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 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": [ {