Mercurial > pidgin
changeset 10361:f57369469684
[gaim-migrate @ 11579]
if (0) this out in HEAD too until i figure out the real limit,
or maybe just handle the errors yahoo sends us.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Mon, 13 Dec 2004 23:03:06 +0000 |
parents | c5c5c3206fd0 |
children | c398f55ce5c7 |
files | src/protocols/yahoo/yahoo_filexfer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo_filexfer.c Mon Dec 13 21:40:25 2004 +0000 +++ b/src/protocols/yahoo/yahoo_filexfer.c Mon Dec 13 23:03:06 2004 +0000 @@ -165,7 +165,7 @@ account = gaim_connection_get_account(gc); if (gaim_xfer_get_type(xfer) == GAIM_XFER_SEND) { - if (gaim_xfer_get_size(xfer) >= 1048577) { + if (0 && gaim_xfer_get_size(xfer) >= 1048577) { gaim_notify_error(gc, NULL, _("File Transfer Aborted"), _("Gaim cannot send files over Yahoo! that are bigger than " "One Megabyte (1,048,576 bytes)."));