Clones.bjs
[gitlive] / Clones.vala
index ed101bc..17b0038 100644 (file)
@@ -606,8 +606,8 @@ public class Clones : Object
                 // } catch(e) { print(e);}
                   
                 this.el.set_value(iter, 0,   repo.name );
-                this.el.set_value( ter, 1, '' + repo.currentBranch.name   );
-                this.el.set_value( ter, 1, '' + repo.branchesToString()   );
+                this.el.set_value( iter, 1, repo.currentBranch.name   );
+                this.el.set_value( iter, 2,  repo.branchesToString()   );
         //        this.el.set_value(ret.iter, 2, '' + repo.branches.map(
         //                        function(e) { return e.name; 
         //                    }).join(', ')