comparison libpurple/protocols/yahoo/libymsg.c @ 28121:c499a1e8ceff

Unbreak the string freeze.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 01 Aug 2009 15:32:38 +0000
parents 931bb24c28ab
children b6a9e2079d50 a8b61c00ceda
comparison
equal deleted inserted replaced
28120:931bb24c28ab 28121:c499a1e8ceff
2083 msg = g_strdup(_("Your account is locked, please log in to the Yahoo! website.")); 2083 msg = g_strdup(_("Your account is locked, please log in to the Yahoo! website."));
2084 reason = PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED; 2084 reason = PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED;
2085 break; 2085 break;
2086 case 52: 2086 case 52:
2087 /* See #9660. As much as we know, reconnecting shouldn't hurt */ 2087 /* See #9660. As much as we know, reconnecting shouldn't hurt */
2088 purple_debug_info("yahoo","Got error 52, Set to autoreconnect\n"); 2088 purple_debug_info("yahoo", "Got error 52, Set to autoreconnect\n");
2089 reconnect = TRUE; 2089 reconnect = TRUE;
2090 msg = g_strdup_printf(_("Unknown error number 52. Reconnecting...")); 2090 msg = g_strdup_printf(_("Unknown error"));
2091 break; 2091 break;
2092 case 1013: 2092 case 1013:
2093 msg = g_strdup(_("Invalid username")); 2093 msg = g_strdup(_("Invalid username"));
2094 reason = PURPLE_CONNECTION_ERROR_INVALID_USERNAME; 2094 reason = PURPLE_CONNECTION_ERROR_INVALID_USERNAME;
2095 break; 2095 break;