Spawn.vala
[gitlive] / Spawn.vala
index f19b493..32c514a 100644 (file)
@@ -426,10 +426,10 @@ public class Spawn : Object
                         this.stderr += buffer;
                     }
                     //_this[prop] += x.str_return;
-                    if (_this.debug) {
-                        stdout.print("%s : %s", prop , str_return);
+                    if (this.cfg.debug) {
+                        stdout.printf("%s : %s", prop , str_return);
                     }
-                    if (this.async) {
+                    if (this.cfg.async) {
                         try {
                             if ( Gtk.events_pending()) {
                                  Gtk.main_iteration();