RepoStatusPopover.bjs
[gitlive] / RepoStatusPopover.bjs
index 29da2d8..5e7f327 100644 (file)
             "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",
-           "* ctor" : "",
+           "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-undo\", Gtk.IconSize.SMALL_TOOLBAR), null);",
            "xtype" : "ToolButton",
            "* pack" : "add",
-           "$ xns" : "Gtk"
+           "$ xns" : "Gtk",
+           "bool is_important" : true
           },
           {
            "listeners" : {
            "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-save\", Gtk.IconSize.SMALL_TOOLBAR), null);",
            "* pack" : "add",
            "xtype" : "ToolButton",
-           "$ xns" : "Gtk"
+           "$ xns" : "Gtk",
+           "bool is_important" : true
           },
           {
            "listeners" : {
            "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-add\", Gtk.IconSize.SMALL_TOOLBAR), null);",
            "xtype" : "ToolButton",
            "* pack" : "add",
-           "$ xns" : "Gtk"
+           "$ xns" : "Gtk",
+           "bool is_important" : true
           },
           {
            "listeners" : {
            "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-revert-to-saved\", Gtk.IconSize.SMALL_TOOLBAR), null);",
            "* pack" : "add",
            "xtype" : "ToolButton",
-           "$ xns" : "Gtk"
+           "$ xns" : "Gtk",
+           "bool is_important" : true
           },
           {
            "listeners" : {