# HG changeset patch # User Tim Ringenbach # Date 1102978986 0 # Node ID f573694696844524310eb92f9c7befdd9bbe0ed1 # Parent c5c5c3206fd06d808f2649a16e682eb69c0e866d [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 diff -r c5c5c3206fd0 -r f57369469684 src/protocols/yahoo/yahoo_filexfer.c --- 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)."));