Clones.bjs
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 May 2012 14:06:19 +0000 (22:06 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 May 2012 14:06:19 +0000 (22:06 +0800)
Clones.js

Clones.bjs
Clones.js

index 645a3c7..33448c3 100644 (file)
                                         {
                                             "min_width": 200,
                                             "pack": "append_column",
-                                            "resizable": true,
+                                            "resizable": "true",
                                             "title": "Repo",
                                             "xtype": "TreeViewColumn",
                                             "|init": "function() {\n    XObject.prototype.init.call(this);\n    this.el.add_attribute(this.items[0].el , 'markup', 0 );\n\n}\n",
index 6f64404..7703cb8 100644 (file)
--- a/Clones.js
+++ b/Clones.js
@@ -465,7 +465,7 @@ Clones=new XObject({
                                     xtype: Gtk.TreeViewColumn,
                                     min_width : 200,
                                     pack : "append_column",
-                                    resizable : true,
+                                    resizable : "true",
                                     title : "Repo",
                                     init : function() {
                                         XObject.prototype.init.call(this);