From 11ed8670aefde6a5ecf932607da7b8cb78550f35 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 2 Dec 2010 19:52:24 +0800 Subject: [PATCH] DependTree/Window.bjs --- DependTree/Window.bjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DependTree/Window.bjs b/DependTree/Window.bjs index d7add7fd4..c73ae7ad6 100644 --- a/DependTree/Window.bjs +++ b/DependTree/Window.bjs @@ -49,9 +49,8 @@ "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", "|xns": "Gtk", - "|init": "function() {\n XObject.prototype.init.call(this);\n}\n", - "listeners": {}, "items": [ { "id": "class-list-store", -- 2.39.2