DependTree/Window.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 8 Dec 2010 09:45:04 +0000 (17:45 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 8 Dec 2010 09:45:04 +0000 (17:45 +0800)
DependTree/Window.js

index 1135369..df0d7bd 100644 (file)
@@ -75,7 +75,7 @@ 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.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);
+                                                 this.el.set_visible_column(2);
                                                 XObject.prototype.init.call(this);
                                                
                                             },
                                                 XObject.prototype.init.call(this);
                                                
                                             },