Spawn.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 4 Jan 2014 19:58:19 +0000 (03:58 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 4 Jan 2014 19:58:19 +0000 (03:58 +0800)
Spawn.vala

index 8a19f38..d9fb178 100644 (file)
@@ -285,7 +285,7 @@ public class Spawn : Object
             }
         }
         // async - if running - return..
-        if (this.async && this.pid > -1) {
+        if (this.cfg.async && this.pid > -1) {
             return this;
         }