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

index ae62d51..8dbaba2 100644 (file)
@@ -369,7 +369,7 @@ public class Spawn : Object
                     //}
                     if (ch == this.out_ch) {
                         this.output += buffer;
-                        this.line_output(  buffer);                  
+                        this.output_line(  buffer);                  
                         
                     } else {
                         this.stderr += buffer;