RepoStatusPopover.bjs
[gitlive] / RepoStatusPopover.vala
index 1a226a8..d48f618 100644 (file)
@@ -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();
                 
             });
         }