GitRepo.vala
[gitlive] / GitRepo.vala
index 1970516..a813167 100644 (file)
@@ -424,6 +424,7 @@ public class GitRepo : Object
     
     public bool setActiveTicket(RooTicket? ticket, string branchname)
     {
+       this.set_config("ticket", "");
        if (!this.createBranchNamed(branchname)) {
                return false;
                }