changeset 13607:a79d422bfe62

[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 <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 10 Apr 2006 02:47:43 +0000
parents c1157497b32c
children 6c34fbb75bbd
files src/protocols/oscar/oft.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);