--- a/libpurple/ft.c Sat Oct 10 03:53:59 2009 +0000
+++ b/libpurple/ft.c Sat Oct 10 22:58:28 2009 +0000
@@ -1030,7 +1030,7 @@
* watcher.
*/
if (xfer->watcher != 0) {
- purple_timeout_remove(xfer->watcher);
+ purple_input_remove(xfer->watcher);
xfer->watcher = 0;
}