X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Clones.js;h=6f644048b7af17483e1eeb6c07f252696f2522f2;hb=3634f9b6a4f53b0da6a927cc1655e31ac2ee9382;hp=6e48f5dbde2042aa5003793e73aad105908bef85;hpb=c164c7be18dcd10f22c3804d365b18fd7f801acf;p=gitlive diff --git a/Clones.js b/Clones.js index 6e48f5db..6f644048 100644 --- 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);