Spawn.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 4 Jan 2014 05:33:17 +0000 (13:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 4 Jan 2014 05:33:17 +0000 (13:33 +0800)
Spawn.vala

index c77b22e..0d1f79a 100644 (file)
@@ -215,13 +215,7 @@ public class Spawn : Object
             }
         });
            
-                       // Triggered when the child indicated by child_pid exits
-                       Process.close_pid (w_pid);
-                       loop.quit ();
-               })
-       
-        GLib.child_watch_add(GLib.PRIORITY_DEFAULT, this.pid, function(pid, result) {
-           
+                         
         
         function tidyup()
         {