X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=Ticket.vala;h=02f71b5a52a2d1c84d8459168778e2ebaf3896c4;hp=3e290b8f00a4b734098111a61202dcf8b151455d;hb=24f29cdf6887c0f05430d83cffaebf69bfa40083;hpb=414efa75f7c3df89d3ffc116ef022c352e448412 diff --git a/Ticket.vala b/Ticket.vala index 3e290b8f..02f71b5a 100644 --- a/Ticket.vala +++ b/Ticket.vala @@ -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(), tid); }