X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=NewBranch.vala;h=4342b5b28565e0ad0f87b3f4b7acc0b4ced174dc;hp=e516aa59cd7d297c5209fcbc77eb4de20295a153;hb=35449c3a6ed4c08cf09abae2ab8a582acf7080c3;hpb=9ec8514427f17cb69fc05eedb0c14185595516bd diff --git a/NewBranch.vala b/NewBranch.vala index e516aa59..4342b5b2 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -110,8 +110,7 @@ public class NewBranch : Object this.repo = repo; - - + this.el.move((Gdk.Screen.width() / 2)- 250 ,0); this.el.set_default_size( 500,200); // not sure why it grows.. @@ -544,8 +543,8 @@ public class NewBranch : Object RooTicket.singleton().loadTickets( project_id, - _this.btn_not_me.el.active ? RooTicket.NotMe.TRUE : RooTicket.NotMe.FALSE, - _this.btn_closed.el.active ? RooTicket.Closed.TRUE : RooTicket.Closed.FALSE + _this.btn_not_me.el.active ? RooTicket.Who.ANYBODY : RooTicket.Who.ME, + _this.btn_closed.el.active ? RooTicket.Status.ALL : RooTicket.Status.ACTIVE ); _this.ticketsel.loading = true;