Mercurial > pidgin
changeset 30064:60ea80b5af53
This is not a timeout, but an input handler.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Mon, 17 May 2010 07:56:00 +0000 |
parents | 0662e5baada0 |
children | 1efb52ff7ad0 |
files | libpurple/protocols/msn/directconn.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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; }