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