Uncommited changes synced
[gitlive] / Ticket.vala
index 3432d9b..3e290b8 100644 (file)
@@ -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<GitMonitorQueue>(), tid);
                }
-               this.el.hide();
+        
         
                 
         });