X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=GitMonitorQueue.vala;h=ff3bd286a6cac78d3c62a73a7c527c0ba9aec41e;hp=00ab4655f9249e7530f0a98aa071a5eaf3b23313;hb=c245640608475ef3270eb6a48c9af03b274d9996;hpb=1b65514c93e260c86b738acbb13cf8ec2a39d596 diff --git a/GitMonitorQueue.vala b/GitMonitorQueue.vala index 00ab4655..ff3bd286 100644 --- a/GitMonitorQueue.vala +++ b/GitMonitorQueue.vala @@ -41,7 +41,7 @@ public class GitMonitorQueue : MonitorNamePathDir { this.vname = this.vdir + (this.vdir.length > 0 ? "/" : "") + this.name; - this.repo = GitRepo.get(this.gitpath); + this.repo = GitRepo.get_sync(this.gitpath); // trigger the suggestion to start a new branch