X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=RepoStatusPopover.bjs;fp=RepoStatusPopover.bjs;h=799c83fb3748fc4cac2e23d557a461af38f6a9fe;hp=a6d3547b9e26b9ab994b4f12b912dc5e470e9791;hb=b69954e932ce51ea01e6ab8bfcb623d06df78224;hpb=5d7c45517e9c5ccb7409792966a48422c2dc9feb diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index a6d3547b..799c83fb 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -184,10 +184,9 @@ }, { "listeners" : { - "button_press_event" : "() => {\n\n _this.el.hide();\n Clones.singleton().el.response(-1);\n if (_this.repo.activeTicket != null) {\n\t MergeBranch.singleton().show(_this.repo.activeTicket, null); \n }\n return false;\n}", - "clicked" : "() => {\n\n _this.el.hide();\n Clones.singleton().el.response(-1);\n if (_this.repo.activeTicket != null) {\n\t MergeBranch.singleton().show(_this.repo.activeTicket, null); \n }\n return false;\n}" + "clicked" : "() => {\n\n _this.el.hide();\n Clones.singleton().el.response(-1);\n if (_this.repo.activeTicket != null) {\n\t MergeBranch.singleton().show(_this.repo.activeTicket, null); \n }\n return ;\n}" }, - "label" : "Merge branch/ ticket", + "label" : "Merge branch/ Completed ticket", "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-goto-top\", Gtk.IconSize.SMALL_TOOLBAR), null);", "xtype" : "ToolButton", "* pack" : "add",