X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=Ticket.vala;h=3e290b8f00a4b734098111a61202dcf8b151455d;hp=49a0191d5f66e654b4a56d86d06e59ebc7d63056;hb=414efa75f7c3df89d3ffc116ef022c352e448412;hpb=0f3fc898b3f425daec52bf023f8ba31f64b54d4c diff --git a/Ticket.vala b/Ticket.vala index 49a0191d..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); } - + });