cpw.darkrain42.2.6.1: bff87577: Better string for Yahoo error 52. Someo...
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Sat Aug 1 12:15:28 EDT 2009
-----------------------------------------------------------------
Revision: bff8757700e8f2f407bba4885f0a91bd33027bf1
Ancestor: b8d466f8f4e61939ab8f681263635a6ab3b9e9e4
Author: rekkanoryo at pidgin.im
Date: 2009-08-01T16:14:02
Branch: im.pidgin.cpw.darkrain42.2.6.1
URL: http://d.pidgin.im/viewmtn/revision/info/bff8757700e8f2f407bba4885f0a91bd33027bf1
Modified files:
libpurple/protocols/yahoo/libymsg.c
ChangeLog:
Better string for Yahoo error 52. Someone might want to try improving it still.
-------------- next part --------------
============================================================
--- libpurple/protocols/yahoo/libymsg.c fd007c8130c641b541dcd7c23fc76dfa4115577e
+++ libpurple/protocols/yahoo/libymsg.c c65be6d20a7142b20ba0b9f371acdf29e88311af
@@ -2086,7 +2086,7 @@ static void yahoo_process_authresp(Purpl
case 52:
/* See #9660. As much as we know, reconnecting shouldn't hurt */
purple_debug_info("yahoo", "Got error 52, Set to autoreconnect\n");
- msg = g_strdup_printf(_("Unknown error"));
+ msg = g_strdup_printf(_("Unknown error 52. Reconnecting should fix this."));
reason = PURPLE_CONNECTION_ERROR_NETWORK_ERROR;
break;
case 1013:
More information about the Commits
mailing list