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

index c6cf5f6..ee00bd9 100644 (file)
@@ -148,7 +148,7 @@ public class GitMonitor : Monitor
          
         this.lastAdd = new DateTime.now(new TimeZone.local()); 
         
-        Timeout.add_full(Priortiy.LOW, 500, () => {
+        Timeout.add_full(Priority.LOW, 500, () => {
 
             // call this.monitor on each of 'top'
             for(int i = 0; i < this.top.length ; i++) {