GitRepo.vala
[gitlive] / GitRepo.vala
index d2c5492..ef8bf2b 100644 (file)
@@ -166,6 +166,7 @@ public class GitRepo : Object
          if ( !cache.has_key(path) ) {
                cache.set( path, this);
        }
+       this.loadBranches();
     }