RepoStatusPopover.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 04:54:34 +0000 (12:54 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 04:54:34 +0000 (12:54 +0800)
RepoStatusPopover.vala

RepoStatusPopover.bjs
RepoStatusPopover.vala

index 1a1363a..9e38bbc 100644 (file)
          "listeners" : {
           "button_press_event" : "() => {\n  \n   \n   GitMonitor.gitmonitor.stop();\n   _this.repo.git({ \"pull\" , \"--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" : "Pull updates",
+         "label" : "Create Ticket",
          "* pack" : "add",
          "xtype" : "Button",
          "$ xns" : "Gtk"
index 5364fcd..3a641b2 100644 (file)
@@ -578,7 +578,7 @@ public class RepoStatusPopover : Object
             // my vars (dec)
 
             // set gobject values
-            this.el.label = "Pull updates";
+            this.el.label = "Create Ticket";
 
             //listeners
             this.el.button_press_event.connect( () => {