X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=RepoStatusPopover.bjs;h=0914b7e98ada826464cdf7e89ed7fedfb53f8fe0;hp=7d0521748b6d2a8832925bfd1608c00a80ccf00b;hb=58446f774c5008eee748b26ffcaf135213e7ed64;hpb=68b480d67843927a38e1a087aa75cdaf40daa394 diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index 7d052174..0914b7e9 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -101,6 +101,11 @@ "$ homogeneous" : true, "gboolean vexpand" : false, "items" : [ + { + "* pack" : "pack_start,?bool?,?bool?,?uint?", + "xtype" : "Toolbar", + "$ 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}"