Uncommited changes synced
[gitlive] / Git.vala
index 503588d..63c03c7 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -16,8 +16,9 @@ void main()
             }
          ); 
 
+       
        Ggit.init();
-       var a = new GitLive.Repo("/home/alan/gitlive/web.coba");
+       var a = new GitLive.Repo("/home/alan/gitlive/web.Texon");
        a.fetchAll();
        return;
        /*
@@ -342,7 +343,7 @@ namespace  GitLive {
                                Idle.add((owned) callback);
                                return true;;
                        };
-                       new Thread<bool>("loadRemoteHeads-" + this.repo.name, run);
+                       new Thread<bool>("loadRemoteHeads-" , run);
                        yield;