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

index e6f2d12..1be12dd 100644 (file)
@@ -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
+                                                            }
                                                 }
                                             ]
                                         },