GitRepo.vala
[gitlive] / GitRepo.vala
index 4487b67..ef8bf2b 100644 (file)
@@ -166,6 +166,7 @@ public class GitRepo : Object
          if ( !cache.has_key(path) ) {
                cache.set( path, this);
        }
+       this.loadBranches();
     } 
     
     
@@ -201,6 +202,10 @@ public class GitRepo : Object
         }
     
     }
+     
+    
+    
+    
     public string branchesToString()
     {
        var ret = "";