GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 04:12:59 +0000 (12:12 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 04:12:59 +0000 (12:12 +0800)
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;
                }