RepoStatusPopover.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:18:25 +0000 (13:18 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:18:25 +0000 (13:18 +0800)
RepoStatusPopover.vala

RepoStatusPopover.bjs
RepoStatusPopover.vala

index 153e318..e677d9c 100644 (file)
            "listeners" : {
             "button_press_event" : "() => {\n  \n   \n   GitMonitor.gitmonitor.stop();\n   _this.repo.git({ \"reset\" , \"--hard\" });\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" : "Reset to remote",
+           "label" : "Reset / clear changes",
            "* pack" : "add",
            "xtype" : "ToolButton",
            "$ xns" : "Gtk"
index 0c3a73c..07753d3 100644 (file)
@@ -520,7 +520,7 @@ public class RepoStatusPopover : Object
         public Xcls_ToolButton17(RepoStatusPopover _owner )
         {
             _this = _owner;
-            this.el = new Gtk.ToolButton( null, "Reset to remote" );
+            this.el = new Gtk.ToolButton( null, "Reset / clear changes" );
 
             // my vars (dec)