X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=NewBranch.vala;h=e516aa59cd7d297c5209fcbc77eb4de20295a153;hp=643489b24a0b7470fd3df880710e07e4a5c5fd50;hb=9ec8514427f17cb69fc05eedb0c14185595516bd;hpb=424eebf8a96c11d28b3da871c3e1560638d3511f diff --git a/NewBranch.vala b/NewBranch.vala index 643489b2..e516aa59 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -601,6 +601,13 @@ public class NewBranch : Object // set gobject values this.el.expand = false; this.el.label = "New Ticket"; + + //listeners + this.el.clicked.connect( () => { + _this.el.response(-1); + Ticket.singleton().show(_this.repo); + + }); } // user defined functions