From 7a56be91cde25471f4d5a338d8ae7dececf40cdd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 2 May 2014 18:45:21 +0800 Subject: [PATCH] Spawn.vala --- Spawn.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spawn.vala b/Spawn.vala index 111f29e6..d152359a 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -144,7 +144,7 @@ public class Spawn : Object } - bool ctx = false; // the mainloop ctx. + MainLoop ctx = null; // the mainloop ctx. /** * @property output {String} resulting output -- 2.39.2