# HG changeset patch # User Sean Egan # Date 1177211293 0 # Node ID bb8b24032089e25236f9b27fea78e3ee52ed2ef9 # Parent a910080ccf8b5486cb422e9e0ee680857087f1da 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! diff -r a910080ccf8b -r bb8b24032089 libpurple/protocols/oscar/oscar.c --- 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;