From: <the...@us...> - 2006-08-03 09:31:17
|
Revision: 16628 Author: thekingant Date: 2006-08-03 02:31:14 -0700 (Thu, 03 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16628&view=rev Log Message: ----------- This line doesn't seem to be needed, and having it there causes duplicate "Transfer of file whatever.crp complete" messages Modified Paths: -------------- trunk/src/protocols/oscar/oft.c Modified: trunk/src/protocols/oscar/oft.c =================================================================== --- trunk/src/protocols/oscar/oft.c 2006-08-03 09:19:10 UTC (rev 16627) +++ trunk/src/protocols/oscar/oft.c 2006-08-03 09:31:14 UTC (rev 16628) @@ -325,9 +325,6 @@ static void peer_oft_recv_frame_done(PeerConnection *conn, OftFrame *frame) { - if (frame->nrecvd == frame->size) - gaim_xfer_set_completed(conn->xfer, TRUE); - gaim_input_remove(conn->watcher_incoming); conn->watcher_incoming = 0; conn->xfer->fd = conn->fd; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |