X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=RepoStatusPopover.bjs;h=b4bf4aeb0b04b717edc69d82c169ac96e3c4868f;hb=267f1afc73bb376451b5ec8f0014f878f472d740;hp=04bd8ea76d887cc5ac93523570ee4d04b23be491;hpb=62156312e47d7aa26cd02f40d6166b687abaed73;p=gitlive diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index 04bd8ea7..b4bf4aeb 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -148,9 +148,9 @@ }, { "listeners" : { - "button_press_event" : "() => {\n _this.repo.git({ \"commit\" , \"-a\" ,\"-m\", \"Uncommited changes synced\" });\n _this.repo.push();\n _this.repo.loadStatus();\n \n _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);\n _this.status_view.el.get_buffer().set_text(_this.repo.git_status);\n \n _this.el.hide();\n Clones.singleton().reposStore.load();\n \n return false;\n}" + "button_press_event" : "() => {\n\n _this.el.hide();\n Clones.singleton().el.response(-1);\n if (this.repo.activeTicket) {\n\t MergeBranch.singleton().show(this.repo.activeTicket, null); \n }\n return false;\n}" }, - "label" : "Merge ticket", + "label" : "Merge branch/ ticket", "xtype" : "Button", "* pack" : "add", "$ xns" : "Gtk"