--- a/finch/gntdebug.c Sat Apr 19 20:04:33 2014 +0530 +++ b/finch/gntdebug.c Sun Apr 20 18:13:36 2014 +0200 @@ -72,7 +72,7 @@ } return; } - if (pipe(pipes)) { + if (purple_input_pipe(pipes)) { readhandle = -1; return; };