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

index 8dbaba2..2371af0 100644 (file)
@@ -378,7 +378,7 @@ public class Spawn : Object
                     //if (this.cfg.debug) {
                         GLib.debug("%s : %s", prop , buffer);
                     //}
-                    if (this.cfg.async) {
+                    if (this.is_async) {
                          
                         if ( Gtk.events_pending()) {
                              Gtk.main_iteration();