From: <the...@us...> - 2006-08-03 09:31:37
|
Revision: 16629 Author: thekingant Date: 2006-08-03 02:31:32 -0700 (Thu, 03 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16629&view=rev Log Message: ----------- Backport SVN revision #16628 from HEAD to v2_0_0 Original commit message: This line doesn't seem to be needed, and having it there causes duplicate "Transfer of file whatever.crp complete" messages ViewCVS Links: ------------- http://svn.sourceforge.net/gaim/?rev=16628&view=rev Modified Paths: -------------- branches/v2_0_0/src/protocols/oscar/oft.c Modified: branches/v2_0_0/src/protocols/oscar/oft.c =================================================================== --- branches/v2_0_0/src/protocols/oscar/oft.c 2006-08-03 09:31:14 UTC (rev 16628) +++ branches/v2_0_0/src/protocols/oscar/oft.c 2006-08-03 09:31:32 UTC (rev 16629) @@ -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. |