From 54fb81afef4dd47e2ee106911cb11199647cb3f8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 13 Jul 2010 12:43:11 +0800 Subject: [PATCH] jhbuild.js --- jhbuild.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jhbuild.js b/jhbuild.js index 68b245d..7f23576 100755 --- a/jhbuild.js +++ b/jhbuild.js @@ -259,15 +259,15 @@ function spawnlog (cwd, s, outfile, errfile) { var x = new GLib.String(); - var cstatus = GLib.io_channel_get_buffer_condition(ch); - cstatus = GLib.io_channel_get_flags (ch) + var cstatus = ch.get_buffer_condition(); + cstatus = ch.get_flags (ch) //Seed.print("WAITING INPUT?" + prop+':'+cstatus); //var status = GLib.io_channel_read_line_string (ch, x, null); - var status = GLib.io_channel_read_line_string (ch, x); + var status = ch.read_line_string (x); //Seed.print(prop + ":INPUT:" + status); -- 2.39.2