X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=RepoStatusPopover.vala;fp=RepoStatusPopover.vala;h=59a05e4ea927a6d61060b41c4da409096104f959;hp=c101ae6895756dddd8998c0b27f03c69034e351a;hb=b69954e932ce51ea01e6ab8bfcb623d06df78224;hpb=5d7c45517e9c5ccb7409792966a48422c2dc9feb diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index c101ae68..59a05e4e 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -666,19 +666,10 @@ public class RepoStatusPopover : Object // my vars (dec) // set gobject values - this.el.label = "Merge branch/ ticket"; + this.el.label = "Merge branch/ Completed ticket"; this.el.is_important = true; //listeners - this.el.button_press_event.connect( () => { - - _this.el.hide(); - Clones.singleton().el.response(-1); - if (_this.repo.activeTicket != null) { - MergeBranch.singleton().show(_this.repo.activeTicket, null); - } - return false; - }); this.el.clicked.connect( () => { _this.el.hide(); @@ -686,7 +677,7 @@ public class RepoStatusPopover : Object if (_this.repo.activeTicket != null) { MergeBranch.singleton().show(_this.repo.activeTicket, null); } - return false; + return ; }); }