RooTicket.vala
[gitlive] / Ticket.vala
index bddcd0a..bccc14d 100644 (file)
@@ -80,8 +80,8 @@ public class Ticket : Object
                        _this.description.el.buffer.text 
                );
                
-               if (this.repo) {
-                       NewTicket.singleton().show(this.repo, tid);
+               if (this.repo != null) {
+                       NewBranch.singleton().show(this.repo, new Gee.ArrayList<GitMonitorQueue>(), tid);
                }