Mercurial > pidgin.yaz
changeset 16295:bb8b24032089
Remove the OSCAR rate limiting dialog, as the only time I've ever seen it
it anytime recently is when I'm logged in from an insane number of places
and Pidgin wants to poll for status messages and buddy icons. We can
silently ignore this situation. Mark agreed!
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sun, 22 Apr 2007 03:08:13 +0000 |
parents | a910080ccf8b |
children | 78f798d99d3a |
files | libpurple/protocols/oscar/oscar.c |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c Sat Apr 21 17:11:35 2007 +0000 +++ b/libpurple/protocols/oscar/oscar.c Sun Apr 22 03:08:13 2007 +0000 @@ -3397,10 +3397,9 @@ if (code == AIM_RATE_CODE_LIMIT) { - purple_notify_error(od->gc, NULL, _("Rate limiting error."), - _("The last action you attempted could not be " - "performed because you are over the rate limit. " - "Please wait 10 seconds and try again.")); + purple_debug_warning("oscar", _("The last action you attempted could not be " + "performed because you are over the rate limit. " + "Please wait 10 seconds and try again.")); } return 1;