Mercurial > pidgin
comparison libpurple/protocols/yahoo/yahoo.c @ 23399:f1602b78aa59
disapproval of revision 'f15338f57c0920b685e5164d2f53e50a6d0f64b7'
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Tue, 01 Jul 2008 21:58:23 +0000 |
parents | 074be48b20e7 |
children | c6b29adc22d1 |
comparison
equal
deleted
inserted
replaced
23398:074be48b20e7 | 23399:f1602b78aa59 |
---|---|
1995 yahoo_process_auth_new(gc, seed); | 1995 yahoo_process_auth_new(gc, seed); |
1996 break; | 1996 break; |
1997 default: | 1997 default: |
1998 buf = g_strdup_printf(_("The Yahoo server has requested the use of an unrecognized " | 1998 buf = g_strdup_printf(_("The Yahoo server has requested the use of an unrecognized " |
1999 "authentication method. You will probably not be able " | 1999 "authentication method. You will probably not be able " |
2000 "to successfully sign on to Yahoo. Check %s for updates."), CLIENT_WEBSITE); | 2000 "to successfully sign on to Yahoo. Check %s for updates."), PURPLE_WEBSITE); |
2001 purple_notify_error(gc, "", _("Failed Yahoo! Authentication"), | 2001 purple_notify_error(gc, "", _("Failed Yahoo! Authentication"), |
2002 buf); | 2002 buf); |
2003 g_free(buf); | 2003 g_free(buf); |
2004 yahoo_process_auth_new(gc, seed); /* Can't hurt to try it anyway. */ | 2004 yahoo_process_auth_new(gc, seed); /* Can't hurt to try it anyway. */ |
2005 } | 2005 } |