Ticket.bjs
[gitlive] / Ticket.vala
index 744b1fb..bddcd0a 100644 (file)
@@ -80,8 +80,9 @@ public class Ticket : Object
                        _this.description.el.buffer.text 
                );
                
-               
-                
+               if (this.repo) {
+                       NewTicket.singleton().show(this.repo, tid);
+               }