GitRepo.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 13:33:19 +0000 (21:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 13:33:19 +0000 (21:33 +0800)
GitRepo.vala

index 199cae9..90cc29d 100644 (file)
@@ -206,7 +206,7 @@ public class GitRepo : Object
             print(  string.joinv (", ", args)); 
         }
         
-        env +=  ("HOME=" + GLib.get_home_dir() );
+        env +=  ("HOME=" + Enviroment.get_home_dir() );
         // do not need to set gitpath..
         //if (File.exists(this.repo + '/.git/config')) {
             //env.push("GITPATH=" + this.repo );