From e860211ceaac40ef809073d30b07b457e175ea7c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 13 Jul 2010 12:41:38 +0800 Subject: [PATCH] jhbuild.js --- jhbuild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhbuild.js b/jhbuild.js index b088626..68b245d 100755 --- a/jhbuild.js +++ b/jhbuild.js @@ -233,7 +233,7 @@ function spawnlog (cwd, s, outfile, errfile) { GLib.SpawnFlags.DO_NOT_REAP_CHILD + GLib.SpawnFlags.SEARCH_PATH , null, null, ret); - var ctx = new GLib.MailLoop.c_new (null, false); + var ctx = new GLib.MainLoop.c_new (null, false); var started = false; GLib.child_watch_add(GLib.PRIORITY_DEFAULT, ret.child_pid, function(pid, status) { -- 2.39.2