X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=Ticket.vala;h=3e290b8f00a4b734098111a61202dcf8b151455d;hp=3432d9b4ae50808047e6662493c93cfcced33a51;hb=414efa75f7c3df89d3ffc116ef022c352e448412;hpb=ce5337e4ad3400605415fb497dbbced99ed35860 diff --git a/Ticket.vala b/Ticket.vala index 3432d9b4..3e290b8f 100644 --- a/Ticket.vala +++ b/Ticket.vala @@ -79,11 +79,11 @@ public class Ticket : Object _this.summary.el.get_text() , _this.description.el.buffer.text ); - + this.el.hide(); if (this.repo != null) { NewBranch.singleton().show(this.repo, new Gee.ArrayList(), tid); } - this.el.hide(); + });