pidgin: 1a49fb18: Show a friendlier error message on myspa...

markdoliner at pidgin.im markdoliner at pidgin.im
Fri Jun 19 03:25:27 EDT 2009


-----------------------------------------------------------------
Revision: 1a49fb1824002eb9a9df7fe2820cb9ddddb7429b
Ancestor: 998308a322fa0b8d4dee2b47093e16f2ab41be3a
Author: markdoliner at pidgin.im
Date: 2009-06-19T07:20:49
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/1a49fb1824002eb9a9df7fe2820cb9ddddb7429b

Modified files:
        libpurple/protocols/myspace/myspace.c

ChangeLog: 

Show a friendlier error message on myspace when your username or password
is wrong.  This string matches the one in novell.  I think we may be
inconsistent with whether our error message strings end in periods

-------------- next part --------------
============================================================
--- libpurple/protocols/myspace/myspace.c	1a80ce70506868469fe8ee84f9d732b19cbb31ff
+++ libpurple/protocols/myspace/myspace.c	f749afe74600cf027c2cce8a1374132c04f481c4
@@ -1834,6 +1834,9 @@ msim_error(MsimSession *session, MsimMes
 					/* Replace full_errmsg. */
 					g_free(full_errmsg);
 					full_errmsg = suggestion;
+				} else {
+					g_free(full_errmsg);
+					full_errmsg = g_strdup(_("Incorrect username or password"));
 				}
 #endif
 				break;


More information about the Commits mailing list