Builder3/Window.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 3 Jul 2012 15:16:04 +0000 (23:16 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 3 Jul 2012 15:16:04 +0000 (23:16 +0800)
Builder3/Window.js

index 609ad1a..85e3578 100644 (file)
@@ -1060,6 +1060,9 @@ Window=new XObject({
                                                                                 
                                                                                 
                                                                             },
+                                                                                                                                                       
+                                                                                                                                                       
+                                                                                                                                                       
                                                                             init : function() {
                                                                                 XObject.prototype.init.call(this);
                                                                              this.el.set_column_types ( 3, [
@@ -1555,6 +1558,13 @@ Window=new XObject({
                                                                                     xtype: Gtk.ListStore,
                                                                                     id : "combomodel",
                                                                                     pack : "set_model",
+                                                                                                                                                                       
+                                                                                                                                                                       columns : [
+                                                                                                                                                                               GObject.TYPE_STRING,   
+                                                                                        GObject.TYPE_STRING
+                                                                                                                                                                       ],
+                                                                                                                                                                       
+                                                                                                                                                                       
                                                                                     init : function() {
                                                                                         XObject.prototype.init.call(this);
                                                                                         this.el.set_column_types ( 2, [