README.txt
[gitlive] / Branches.js
index b05b252..5e617c7 100644 (file)
@@ -89,7 +89,7 @@ Branches=new XObject({
                                     
                                 }
                             },
-                            label : "Add",
+                            label : "Pull",
                             pack : "add"
                         }
                     ]
@@ -167,7 +167,7 @@ Branches=new XObject({
                                         //this.insert(citer,iter,0);
                                         this.el.clear();
                                         
-                                        var tr = Remotes.repo.getBranches();
+                                        var tr = Branches.repo.getBranches();
                                         
                                         
                                         for(var i =0 ; i < tr.length; i++) {
@@ -189,7 +189,7 @@ Branches=new XObject({
                                               
                                             this.el.set_value(ret.iter, 0, ''  +  tr[i].name );
                                             this.el.set_value(ret.iter, 1, '' + tr[i].remote );
-                                           this.el.set_value(ret.iter, 2, '' + lastrev );
+                                            this.el.set_value(ret.iter, 2, '' + lastrev );
                                      
                                             
                                         }     
@@ -200,7 +200,7 @@ Branches=new XObject({
                                     min_width : 70,
                                     pack : "append_column",
                                     resizable : true,
-                                    title : "Name",
+                                    title : "Local",
                                     init : function() {
                                         XObject.prototype.init.call(this);
                                         this.el.add_attribute(this.items[0].el , 'markup', 0 );
@@ -218,10 +218,10 @@ Branches=new XObject({
                                     min_width : 70,
                                     pack : "append_column",
                                     resizable : true,
-                                    title : "Type",
+                                    title : "Remote",
                                     init : function() {
                                         XObject.prototype.init.call(this);
-                                        this.el.add_attribute(this.items[0].el , 'markup', 2 );
+                                        this.el.add_attribute(this.items[0].el , 'markup', 1 );
                                     
                                     },
                                     items : [
@@ -235,10 +235,10 @@ Branches=new XObject({
                                     xtype: Gtk.TreeViewColumn,
                                     min_width : 200,
                                     pack : "append_column",
-                                    title : "URL",
+                                    title : "Status",
                                     init : function() {
                                         XObject.prototype.init.call(this);
-                                        this.el.add_attribute(this.items[0].el , 'markup', 1 );
+                                        this.el.add_attribute(this.items[0].el , 'markup', 2 );
                                     
                                     },
                                     items : [