# HG changeset patch # User Elliott Sales de Andrade # Date 1274082960 0 # Node ID 60ea80b5af534c94ea4ee4fb0e69356b10d2e0d9 # Parent 0662e5baada02baeb2420adb1d8dc5d7ddbab45b This is not a timeout, but an input handler. diff -r 0662e5baada0 -r 60ea80b5af53 libpurple/protocols/msn/directconn.c --- a/libpurple/protocols/msn/directconn.c Mon May 17 07:34:52 2010 +0000 +++ b/libpurple/protocols/msn/directconn.c Mon May 17 07:56:00 2010 +0000 @@ -199,7 +199,7 @@ } if (dc->listenfd_handle != 0) { - purple_timeout_remove(dc->listenfd_handle); + purple_input_remove(dc->listenfd_handle); } if (dc->connect_timeout_handle != 0) { @@ -794,7 +794,7 @@ } if (dc->listenfd_handle != 0) { - purple_timeout_remove(dc->listenfd_handle); + purple_input_remove(dc->listenfd_handle); dc->listenfd_handle = 0; }