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

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