Clones.bjs
[gitlive] / Clones.vala
index 5e6da46..de4ce98 100644 (file)
@@ -604,7 +604,7 @@ public class Clones : Object
         //             print(JSON.stringify(hi,null,4));
                 // } catch(e) { print(e);}
                   
-                this.el.set_value(iter, 0, '' +  repo.name) );
+                this.el.set_value(iter, 0,   repo.name) );
         //        this.el.set_value(ret.iter, 1, '' + repo.currentBranch.name   );
         //        this.el.set_value(ret.iter, 2, '' + repo.branches.map(
         //                        function(e) { return e.name;