Spawn.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 4 Jan 2014 19:57:46 +0000 (03:57 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 4 Jan 2014 19:57:46 +0000 (03:57 +0800)
Spawn.vala

index 4739196..f11ad7b 100644 (file)
@@ -273,7 +273,7 @@ public class Spawn : Object
                     // this probably needs to be a bit smarter...
                    //but... let's close input now..
                    this.in_ch.close();
-                   _this.in_ch = false;
+                   this.in_ch = -1;