libpurple/protocols/myspace/myspace.c

changeset 27352
f67a2cedf1d5
parent 27351
a6c3b563ea3b
child 27361
62f1aa8045bb
equal deleted inserted replaced
27351:a6c3b563ea3b 27352:f67a2cedf1d5
1832 MSIM_MAX_PASSWORD_LENGTH); 1832 MSIM_MAX_PASSWORD_LENGTH);
1833 1833
1834 /* Replace full_errmsg. */ 1834 /* Replace full_errmsg. */
1835 g_free(full_errmsg); 1835 g_free(full_errmsg);
1836 full_errmsg = suggestion; 1836 full_errmsg = suggestion;
1837 } else {
1838 g_free(full_errmsg);
1839 full_errmsg = g_strdup(_("Incorrect username or password"));
1837 } 1840 }
1838 #endif 1841 #endif
1839 break; 1842 break;
1840 case MSIM_ERROR_LOGGED_IN_ELSEWHERE: /* Logged in elsewhere */ 1843 case MSIM_ERROR_LOGGED_IN_ELSEWHERE: /* Logged in elsewhere */
1841 reason = PURPLE_CONNECTION_ERROR_NAME_IN_USE; 1844 reason = PURPLE_CONNECTION_ERROR_NAME_IN_USE;

mercurial