RepoStatusPopover.bjs
[gitlive] / RepoStatusPopover.bjs
index 38abb76..360ca6a 100644 (file)
          "$ xns" : "Gtk"
         }
        ]
-      },
-      {
-       "listeners" : {
-        "button_press_event" : "() => {\n  \n   \n   GitMonitor.gitmonitor.stop();\n   _this.repo.git({ \"stash\" , \"--all\" });\n   _this.repo.loadStatus();\n   GitMonitor.gitmonitor.start();\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    Clones.singleton().reposStore.load();\n  \n   _this.el.hide();\n    return false;\n}"
-       },
-       "label" : "Stash Changes",
-       "* pack" : "add",
-       "xtype" : "Button",
-       "$ xns" : "Gtk"
-      },
-      {
-       "listeners" : {
-        "button_press_event" : "() => {\n  \n   \n   GitMonitor.gitmonitor.stop();\n   _this.repo.git({ \"stash\" , \"--all\" });\n   _this.repo.loadStatus();\n   GitMonitor.gitmonitor.start();\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    Clones.singleton().reposStore.load();\n  \n   _this.el.hide();\n    return false;\n}"
-       },
-       "label" : "Stash Changes",
-       "xtype" : "Button",
-       "* pack" : "add",
-       "$ xns" : "Gtk"
       }
      ]
     }