Gitlive.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 14:42:24 +0000 (22:42 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 14:42:24 +0000 (22:42 +0800)
Gitlive.vala

index 63bbe73..6fa2e6b 100644 (file)
@@ -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();