Uncommited changes synced
[gitlive] / Ticket.vala
index 3e290b8..02f71b5 100644 (file)
@@ -80,6 +80,7 @@ public class Ticket : Object
                        _this.description.el.buffer.text 
                );
                this.el.hide();
+            this.running = false; 
                if (this.repo != null) {
                        NewBranch.singleton().show(this.repo, new Gee.ArrayList<GitMonitorQueue>(), tid);
                }