X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=GitRepo.vala;fp=GitRepo.vala;h=7c3b24088c2d56ee83465a1812843d35e8cbe20e;hp=3fb759c9978b2d3ab0f1a7eaca4fdd5c2e898c2a;hb=ff00eff3204fad96193a1c50893cfd9f5cef062e;hpb=42c01e37639686cd1723f91c10d7b58b1bc57f28 diff --git a/GitRepo.vala b/GitRepo.vala index 3fb759c9..7c3b2408 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -220,7 +220,6 @@ public class GitRepo : Object return ret; } catch (Error e) { this.config_cache.set(key, ""); - return ret; return ""; // happens when there is nothing set... }