X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=RepoStatusPopover.bjs;fp=RepoStatusPopover.bjs;h=77672f7c1093c24650cbb06ef66b6bbaef6ecace;hp=65fbf3f86d9b3802e8da287c49eef0cab190aca7;hb=ac0672f9d24d7006f75ea49ef952786bbf6e106c;hpb=bd92ab60471d4265101702f1b46c7f1ff3137513 diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index 65fbf3f8..77672f7c 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -53,7 +53,7 @@ }, { "listeners" : { - "clicked" : "() => {\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}" + "clicked" : "() => {\n _this.el.hide();\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\n Clones.singleton().reposStore.load();\n \n}" }, "label" : "Commit Changes", "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-save\", Gtk.IconSize.SMALL_TOOLBAR), null);",