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

index 404c0f4..edc4dc4 100644 (file)
@@ -21,7 +21,7 @@
 static int main (string[] args) {
     Gtk.init (ref args);
     
-    GitMonitor.gitlive =  GLib.get_home_dir() + "/gitlive";
+    GitMonitor.gitlive =  Enviroment.get_home_dir() + "/gitlive";
 
     Notify.init("gitlive");