From: Alan Knowles Date: Wed, 20 Mar 2019 08:09:21 +0000 (+0800) Subject: Git.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=b53fc86207fc521af081854de808e47c8269cdac Git.vala --- diff --git a/Git.vala b/Git.vala index 8d7451d3..18da46e8 100644 --- a/Git.vala +++ b/Git.vala @@ -296,7 +296,7 @@ namespace GitLive { } - public void loadRemoteHeads(bool force = false) + public async void loadRemoteHeads(bool force = false) { if (!force && this.remote_heads != null) {