From 58876f350aa133afd72a73ed4fb0431121ae7d4a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 21:33:34 +0800 Subject: [PATCH] Gitlive.vala --- Gitlive.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gitlive.vala b/Gitlive.vala index 404c0f4b..edc4dc4a 100644 --- a/Gitlive.vala +++ b/Gitlive.vala @@ -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"); -- 2.39.2