Spawn.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 10:30:55 +0000 (18:30 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 10:30:55 +0000 (18:30 +0800)
Spawn.vala

index 070280d..cd7a244 100644 (file)
@@ -230,7 +230,7 @@ public class Spawn : Object
         ChildWatch.add (this.pid, (w_pid, result) => {
            
             this.result = result;
-            if (_this.debug) {
+            if (this.debug) {
                 print("child_watch_add : result:%d ", result);
             }