X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Ticket.vala;h=6c5b0288bfb0b73a2cfe1f8ec7f933da70326ba6;hb=ff00eff3204fad96193a1c50893cfd9f5cef062e;hp=49a0191d5f66e654b4a56d86d06e59ebc7d63056;hpb=0f3fc898b3f425daec52bf023f8ba31f64b54d4c;p=gitlive diff --git a/Ticket.vala b/Ticket.vala index 49a0191d..6c5b0288 100644 --- a/Ticket.vala +++ b/Ticket.vala @@ -79,11 +79,12 @@ public class Ticket : Object _this.summary.el.get_text() , _this.description.el.buffer.text ); - + this.el.hide(); + this.running = false; if (this.repo != null) { NewBranch.singleton().show(this.repo, new Gee.ArrayList(), tid); } - + }); @@ -133,6 +134,9 @@ public class Ticket : Object _this.devmodel.loadDevelopers(); } + _this.summary.el.set_text(""); + _this.description.el.buffer.text = ""; + this.el.run();