From: Alan Knowles Date: Wed, 19 Dec 2018 05:00:02 +0000 (+0800) Subject: RepoStatusPopover.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=c968db43132c7d0775b8892c8a8d454272f3638a RepoStatusPopover.bjs RepoStatusPopover.vala --- diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index 5bb23ad7..23f40249 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -157,7 +157,7 @@ }, { "listeners" : { - "button_press_event" : "() => {\n \n\n\n Clones.singleton().el.hide();\n \n _this.el.hide();\n Ticket.singleton().show( _this.repo);\n \n return false;\n}" + "button_press_event" : "() => {\n \n\n\n Clones.singleton().el.response(-1);\n \n _this.el.hide();\n Ticket.singleton().show( _this.repo);\n \n return false;\n}" }, "label" : "Create Ticket", "* pack" : "add", diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index 8ac1d265..88f670ad 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -622,7 +622,7 @@ public class RepoStatusPopover : Object - Clones.singleton().el.hide(); + Clones.singleton().el.response(-1); _this.el.hide(); Ticket.singleton().show( _this.repo);