Mercurial > pidgin
changeset 10226:62ab1a4c3a2a
[gaim-migrate @ 11359]
I knew I'd forget to un-comment this
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sun, 21 Nov 2004 18:11:10 +0000 |
parents | ecf3ce2e2ab1 |
children | 53c9ba039354 |
files | src/protocols/msn/slp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/msn/slp.c Sun Nov 21 17:48:09 2004 +0000 +++ b/src/protocols/msn/slp.c Sun Nov 21 18:11:10 2004 +0000 @@ -148,7 +148,7 @@ (gaim_xfer_get_status(slpcall->xfer) != GAIM_XFER_STATUS_CANCEL_REMOTE) && (gaim_xfer_get_status(slpcall->xfer) != GAIM_XFER_STATUS_CANCEL_LOCAL)) { - /* gaim_xfer_cancel_remote(slpcall->xfer); */ + gaim_xfer_cancel_remote(slpcall->xfer); } }