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

index 36774b6..26d2d3d 100644 (file)
@@ -417,9 +417,9 @@ public class Spawn : Object
                 case GLib.IOStatus.NORMAL:
                
                     //write(fn, x.str);
-                    if (this.listeners[prop]) {
-                        this.listeners[prop].call(this, x.str_return);
-                    }
+                    //if (this.listeners[prop]) {
+                    //    this.listeners[prop].call(this, x.str_return);
+                    //}
                     _this[prop] += x.str_return;
                     if (_this.debug) {
                         print(prop + ':' + x.str_return.replace(/\n/, ''));