From 2399101560c112dd5c08d715f73f4f1dc62ee707 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 2 Dec 2010 19:54:36 +0800 Subject: [PATCH] DependTree/Window.js --- DependTree/Window.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DependTree/Window.js b/DependTree/Window.js index 1830cfef8..113536982 100644 --- a/DependTree/Window.js +++ b/DependTree/Window.js @@ -75,8 +75,9 @@ Window=new XObject({ this.items[0].init(); this.list = this.items[0]; this.el = new Gtk.TreeModelFilter.c_new(this.items[0].el, null); + this.el.set_visible_column(1); XObject.prototype.init.call(this); - this.el.set_visible_column(2); + }, items : [ { -- 2.39.2