src/Spawn.vala
authorAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 02:40:48 +0000 (10:40 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 02:40:48 +0000 (10:40 +0800)
src/Spawn.vala

index 5bc476e..b5e68aa 100644 (file)
@@ -248,7 +248,7 @@ public class Spawn : Object
             
         }
         // async - if running - return..
-        if (this.cfg.async && this.pid > -1) {
+        if (this.is_async && this.pid > -1) {
             return;
         }