X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=GitRepo.vala;h=b460a903a163d00c6149017975370d2d34e729b2;hb=6ba3985908498235b2ef11df2681d4072293da64;hp=ef8bf2b24a94f196c0ca4711fcaf9b22f0f8fa9e;hpb=4edae3f21e2c258a3ff035d9bb98463c21d9be83;p=gitlive diff --git a/GitRepo.vala b/GitRepo.vala index ef8bf2b2..b460a903 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -163,8 +163,8 @@ public class GitRepo : Object var cache = GitRepo.singleton().cache; //Repo.superclass.constructor.call(this,cfg); - if ( !cache.has_key(path) ) { - cache.set( path, this); + if ( !cache.has_key(path) ) { + cache.set( path, this); } this.loadBranches(); }