GitRepo.vala
[gitlive] / GitRepo.vala
index f75b4df..36de071 100644 (file)
@@ -178,7 +178,7 @@ public class GitRepo : Object
     
     public bool is_master_branch()
     {
-       return this.currentBranch.name == "master";
+       return this.currentBranch.name == "master" || this.currentBranch.name == "roojs";
                
     }