pidgin: ae0850eb: Unbreak the string freeze.
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Sat Aug 1 11:35:27 EDT 2009
-----------------------------------------------------------------
Revision: ae0850eb3d14d75586cd0578668606b34c38fad1
Ancestor: 008d1613ecc1640550482879aec436a33d3898d5
Author: rekkanoryo at pidgin.im
Date: 2009-08-01T15:32:38
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/ae0850eb3d14d75586cd0578668606b34c38fad1
Modified files:
libpurple/protocols/yahoo/libymsg.c
ChangeLog:
Unbreak the string freeze.
-------------- next part --------------
============================================================
--- libpurple/protocols/yahoo/libymsg.c cc711b7c3f3275da2f49a7a04cc3bb6f8829e221
+++ libpurple/protocols/yahoo/libymsg.c f8b8f408beaae8c9798b182486c30370adc33468
@@ -2085,9 +2085,9 @@ static void yahoo_process_authresp(Purpl
break;
case 52:
/* See #9660. As much as we know, reconnecting shouldn't hurt */
- purple_debug_info("yahoo","Got error 52, Set to autoreconnect\n");
+ purple_debug_info("yahoo", "Got error 52, Set to autoreconnect\n");
reconnect = TRUE;
- msg = g_strdup_printf(_("Unknown error number 52. Reconnecting..."));
+ msg = g_strdup_printf(_("Unknown error"));
break;
case 1013:
msg = g_strdup(_("Invalid username"));
More information about the Commits
mailing list