# HG changeset patch # User Mark Doliner # Date 1144637263 0 # Node ID a79d422bfe6228d6d2d70d2a47871d92e5096837 # Parent c1157497b32c57571cf7474252d73fa90411e3cd [gaim-migrate @ 15993] Get rid of an error message when sending or recieving a file. It was something along the lines of "can not call g_source_remove on < 0" and was happening because I was calling gaim_input_remove() twice. committer: Tailor Script diff -r c1157497b32c -r a79d422bfe62 src/protocols/oscar/oft.c --- a/src/protocols/oscar/oft.c Mon Apr 10 02:38:33 2006 +0000 +++ b/src/protocols/oscar/oft.c Mon Apr 10 02:47:43 2006 +0000 @@ -244,8 +244,6 @@ if (gaim_circ_buffer_get_max_read(conn->buffer_outgoing) == 0) { conn->sending_data_timer = 0; - gaim_input_remove(conn->watcher_incoming); - conn->watcher_incoming = 0; conn->xfer->fd = conn->fd; conn->fd = -1; gaim_xfer_start(conn->xfer, conn->xfer->fd, NULL, 0);