From: Alan Knowles Date: Wed, 8 Dec 2010 09:46:15 +0000 (+0800) Subject: DependTree/Window.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=1083a1ec392e2fce93cfdee0b23bd9eb588fac3b DependTree/Window.js --- 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 + } } ] },