GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 Nov 2018 04:11:53 +0000 (12:11 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 Nov 2018 04:11:53 +0000 (12:11 +0800)
GitRepo.vala

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