X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Git.vala;h=43872d4153008f63b8e8b1b0d1bae0790373a13b;hb=e073e801736fca33d89862ab56d24fa00fe6799b;hp=b9639c3f066eee05ca0bb66513645de51f9a9b05;hpb=cbe1f92d75593d0d408a4058503a8985d175625b;p=gitlive diff --git a/Git.vala b/Git.vala index b9639c3f..43872d41 100644 --- a/Git.vala +++ b/Git.vala @@ -69,7 +69,7 @@ namespace GitLive { } Gee.ArrayList branches = null; - void loadBranches() + public void loadBranches() { this.branches = new Gee.ArrayList(); var r = this.repo.enumerate_branches(Ggit.BranchType.LOCAL);