Mercurial > pidgin.yaz
diff src/protocols/msn/slplink.c @ 9715:b030f83693da
[gaim-migrate @ 10576]
Remotely canceled file transfers in MSN are now noticed, so that we
don't accidentally cancel the file transfer and crash Gaim. Patch by Felipe
Contreras.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 08 Aug 2004 08:17:38 +0000 |
parents | b3711e089751 |
children | 1e9ecca6c97e |
line wrap: on
line diff
--- a/src/protocols/msn/slplink.c Sun Aug 08 05:56:17 2004 +0000 +++ b/src/protocols/msn/slplink.c Sun Aug 08 08:17:38 2004 +0000 @@ -631,6 +631,7 @@ msn_slp_call_init(slpcall, MSN_SLPCALL_DC); slpcall->session_init_cb = send_file_cb; + slpcall->end_cb = msn_xfer_end_cb; slpcall->progress_cb = msn_xfer_progress_cb; slpcall->cb = msn_xfer_completed_cb; slpcall->xfer = xfer;