X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=GitMonitorQueue.vala;h=ff3bd286a6cac78d3c62a73a7c527c0ba9aec41e;hp=15683df5b7292888955b582511a4d61a35778fb2;hb=refs%2Fheads%2Fwip_alan_T5782_messing_around_with_libgit2glib;hpb=03a18dbe03808a85cde3936fb5b477aa17b2cb9a diff --git a/GitMonitorQueue.vala b/GitMonitorQueue.vala index 15683df5..ff3bd286 100644 --- a/GitMonitorQueue.vala +++ b/GitMonitorQueue.vala @@ -41,12 +41,10 @@ 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 - if (!this.shouldIgnore() && !this.repo.is_wip_branch()) { - NewBranch.singleton().show(this.repo); - } + }