X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=NewBranch.vala;h=e516aa59cd7d297c5209fcbc77eb4de20295a153;hp=c25a2dbe6d3ec86d852151991fd50cd0eeba68ee;hb=9ec8514427f17cb69fc05eedb0c14185595516bd;hpb=0f3fc898b3f425daec52bf023f8ba31f64b54d4c diff --git a/NewBranch.vala b/NewBranch.vala index c25a2dbe..e516aa59 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -604,6 +604,7 @@ public class NewBranch : Object //listeners this.el.clicked.connect( () => { + _this.el.response(-1); Ticket.singleton().show(_this.repo); });