Clones.bjs
[gitlive] / Clones.js
index 6e48f5d..6f64404 100644 (file)
--- a/Clones.js
+++ b/Clones.js
@@ -327,11 +327,6 @@ Clones=new XObject({
                                       _this, [ _this, '']
                                    );
                                          });
-                                      
-                                      
-                                      this.el.set_tooltip_column(8); 
-                                         
-                                        
                               },
                             items : [
                                 {
@@ -340,7 +335,7 @@ Clones=new XObject({
                                     pack : "set_model",
                                     init : function() {
                                         XObject.prototype.init.call(this);
-                                        this.el.set_column_types ( 9, [
+                                        this.el.set_column_types ( 8, [
                                            GObject.TYPE_STRING, // repo  
                                           GObject.TYPE_STRING, // current branch
                                           GObject.TYPE_STRING, // all branch      
@@ -348,8 +343,7 @@ Clones=new XObject({
                                            GObject.TYPE_BOOLEAN, // auto-commit
                                             GObject.TYPE_BOOLEAN, // auto-push
                                                GObject.TYPE_STRING, // repopath
-                                               GObject.TYPE_STRING, // color highighling 
-                                               GObject.TYPE_STRING // uncommited. (tip) 
+                                               GObject.TYPE_STRING // color highighling 
                                       ] );
                                     },
                                     load : function()
@@ -399,8 +393,7 @@ Clones=new XObject({
                                                 col =  '#ff00ff';
                                             }
                                             
-                                            this.el.set_value(ret.iter, 7, col  );
-                                            this.el.set_value(ret.iter, 8, tr[i].localChanges  );      
+                                            this.el.set_value(ret.iter, 7, col  );      
                                             
                                         }     
                                     }
@@ -470,9 +463,9 @@ Clones=new XObject({
                                 },
                                 {
                                     xtype: Gtk.TreeViewColumn,
-                                    resizable : true,
                                     min_width : 200,
                                     pack : "append_column",
+                                    resizable : true,
                                     title : "Repo",
                                     init : function() {
                                         XObject.prototype.init.call(this);