From c529fe5e0b9f121becbe4c7edde522d5ccdf89d0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 22:42:24 +0800 Subject: [PATCH] Gitlive.vala --- Gitlive.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gitlive.vala b/Gitlive.vala index 63bbe73b..6fa2e6b8 100644 --- a/Gitlive.vala +++ b/Gitlive.vala @@ -28,7 +28,7 @@ static int main (string[] args) { new StatusIconA(); - GLib.timeout_add(GLib.PRIORITY_LOW, 500, () => { + Timeout.add_full(Priority.LOW, 500, () => { // this should start after we have shown the icon... GitMonitor.add(GitMonitor.gitlive); GitMonitor.start(); -- 2.39.2