X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Ticket.vala;h=6c5b0288bfb0b73a2cfe1f8ec7f933da70326ba6;hb=3cca0027d1512c6d702c0e4cabd48b4e0e58d885;hp=3432d9b4ae50808047e6662493c93cfcced33a51;hpb=ce5337e4ad3400605415fb497dbbced99ed35860;p=gitlive diff --git a/Ticket.vala b/Ticket.vala index 3432d9b4..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); } - this.el.hide(); + }); @@ -133,6 +134,9 @@ public class Ticket : Object _this.devmodel.loadDevelopers(); } + _this.summary.el.set_text(""); + _this.description.el.buffer.text = ""; + this.el.run();