--- a/libpurple/protocols/oscar/oscar.c Thu Oct 25 23:29:00 2007 +0000 +++ b/libpurple/protocols/oscar/oscar.c Fri Oct 26 04:57:04 2007 +0000 @@ -4766,10 +4766,11 @@ if (reason == 0x0005) { purple_notify_error(gc, NULL, _("Unable To Retrieve Buddy List"), - _("The AIM servers were temporarily unable to send your buddy list. Your buddy list is not lost, and will probably become available in a few hours.")); + _("The AIM servers were temporarily unable to send your buddy list. Your buddy list is not lost, and will probably become available in a few minutes.")); if (od->getblisttimer > 0) purple_timeout_remove(od->getblisttimer); od->getblisttimer = purple_timeout_add(30000, purple_ssi_rerequestdata, od); + return 1; } oscar_set_extendedstatus(gc);