Clones.bjs
[gitlive] / Clones.vala
index 8950c3b..ed101bc 100644 (file)
@@ -606,7 +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.currentBranch.name   );
+                this.el.set_value( ter, 1, '' + repo.branchesToString()   );
         //        this.el.set_value(ret.iter, 2, '' + repo.branches.map(
         //                        function(e) { return e.name; 
         //                    }).join(', ')