Clones.bjs
[gitlive] / Clones.js
index dab0723..6f64404 100644 (file)
--- a/Clones.js
+++ b/Clones.js
@@ -327,9 +327,6 @@ Clones=new XObject({
                                       _this, [ _this, '']
                                    );
                                          });
-                                         
-                                         
-                               this.el.set_tooltip_column(7);          
                               },
                             items : [
                                 {
@@ -346,8 +343,7 @@ Clones=new XObject({
                                            GObject.TYPE_BOOLEAN, // auto-commit
                                             GObject.TYPE_BOOLEAN, // auto-push
                                                GObject.TYPE_STRING, // repopath
-                                               GObject.TYPE_STRINGm, // color highighling 
-                                               GObject.TYPE_STRING // uncommited. (tip) 
+                                               GObject.TYPE_STRING // color highighling 
                                       ] );
                                     },
                                     load : function()
@@ -469,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);