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

index e8ff93d..b9dcbf2 100644 (file)
@@ -175,7 +175,7 @@ public class GitMonitor : Monitor
         
         Timeout.add_full(Priority.LOW, 1000, () => {
             //TIMEOUT", _this.queue.length , _this.queueRunning].join(', '));
-            if (_this.queue.length < 1  || _this.queueRunning) {
+            if (this.queue.length < 1  || this.queueRunning) {
                 return true;
             }