X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=RepoStatusPopover.vala;h=69644ddbc948976343f18ebc1b3f3c6633910ab9;hp=c06cc02b096c68691665f13d49ade4f2cf215399;hb=22d38a5e650911a1fffde6188630369ed2d65735;hpb=751f03814a8460213968e1699ffa7d2b55548015 diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index c06cc02b..69644ddb 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -568,14 +568,14 @@ public class RepoStatusPopover : Object // my vars (dec) // set gobject values - this.el.label = "Stash Changes"; + this.el.label = "Pull updates"; //listeners this.el.button_press_event.connect( () => { GitMonitor.gitmonitor.stop(); - _this.repo.git({ "stash" , "--all" }); + _this.repo.git({ "pull" , "--all" }); _this.repo.loadStatus(); GitMonitor.gitmonitor.start(); _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);