From: Alan Knowles Date: Wed, 19 Dec 2018 04:54:34 +0000 (+0800) Subject: RepoStatusPopover.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=5ee97662e47d9994ce0357eae234c88ed6c437cd RepoStatusPopover.bjs RepoStatusPopover.vala --- diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index 1a1363ae..9e38bbc3 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -150,7 +150,7 @@ "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" diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index 5364fcd3..3a641b2a 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -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( () => {