Partial Fix #5782 - messing around with libgit2-glib
[gitlive] / GitMonitorQueue.vala
index 00ab465..ff3bd28 100644 (file)
@@ -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