From 1083a1ec392e2fce93cfdee0b23bd9eb588fac3b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 8 Dec 2010 17:46:15 +0800 Subject: [PATCH] DependTree/Window.js --- DependTree/Window.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DependTree/Window.js b/DependTree/Window.js index e6f2d1256..1be12ddb5 100644 --- a/DependTree/Window.js +++ b/DependTree/Window.js @@ -161,20 +161,20 @@ Window=new XObject({ { xtype: Gtk.ListStore, id : "method-list-store", + pack : false, init : function() { XObject.prototype.init.call(this); this.el.set_column_types ( 6, [ GObject.TYPE_STRING, GObject.TYPE_BOOLEAN, - GObject.TYPE_STRING, + GObject.TYPE_BOOLEAN, GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.TYPE_STRING ] ); - }, - pack : false + } } ] }, -- 2.39.2