Ticket.bjs
[gitlive] / Ticket.vala
index 0decf9d..bccc14d 100644 (file)
@@ -81,7 +81,7 @@ public class Ticket : Object
                );
                
                if (this.repo != null) {
-                       NewBranch.singleton().show(this.repo, tid);
+                       NewBranch.singleton().show(this.repo, new Gee.ArrayList<GitMonitorQueue>(), tid);
                }