X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=Clones.vala;h=3a91a661c305416d9038bfca049d50865b050220;hp=ed101bce406334d86b2d0df3b2b12622d2772aea;hb=2a6a46caf4f1d149a8e72cb0fb0c90f9923a27bb;hpb=94aeab70769a4a351c7149c5865bcc11a3aad4e1 diff --git a/Clones.vala b/Clones.vala index ed101bce..3a91a661 100644 --- a/Clones.vala +++ b/Clones.vala @@ -71,7 +71,7 @@ public class Clones : Object this.el.set_deletable(false); this.el.set_gravity(Gdk.Gravity.NORTH); - this.el.move(Gdk.Screen.width() / 2 ,0); + this.el.move((Gdk.Screen.width() / 2 ) -400 ,0); this.el.show_all(); _this.reposStore.load(); // load clones.. @@ -242,6 +242,10 @@ public class Clones : Object //listeners this.el.clicked.connect( () => { + // + + //NewBranch.singleton().show(); + /* var rv = this.get('/reposView'); var rs = this.get('/reposStore'); @@ -606,8 +610,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(', ')