X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=RepoStatusPopover.vala;h=d48f61855d1fb9dee40331365f9862ad53252bff;hp=1a226a8d1b05fa1a5f35b26e6e38344173a2d8a4;hb=3f1338822ed408a4aba61e1810f8571c226ed495;hpb=ac0672f9d24d7006f75ea49ef952786bbf6e106c diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index 1a226a8d..d48f6185 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -243,6 +243,7 @@ public class RepoStatusPopover : Object //listeners this.el.clicked.connect( () => { _this.el.hide(); + GitMonitor.gitmonitor.stop(); _this.repo.git({ "commit" , "-a" ,"-m", "Uncommited changes synced" }); _this.repo.push(); _this.repo.loadStatus(); @@ -252,6 +253,7 @@ public class RepoStatusPopover : Object Clones.singleton().reposStore.load(); + GitMonitor.gitmonitor.start(); }); }