Mercurial > pidgin
changeset 7793:61b5d682ddb4
[gaim-migrate @ 8439]
At least I know the error is still there. Stupid error.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 07 Dec 2003 20:09:06 +0000 |
parents | 27f55b264446 |
children | d2710acd0020 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Sun Dec 07 19:31:17 2003 +0000 +++ b/src/protocols/oscar/oscar.c Sun Dec 07 20:09:06 2003 +0000 @@ -3039,9 +3039,9 @@ va_end(ap); if (destn == NULL) - buf = g_strdup_printf("Locate family error with no name, tell KingAnt you got this message!"); - else - buf = g_strdup_printf(_("User information for %s unavailable:"), destn); + return 1; + + buf = g_strdup_printf(_("User information for %s unavailable:"), destn); gaim_notify_error(sess->aux_data, NULL, buf, (reason < msgerrreasonlen) ? _(msgerrreason[reason]) : _("No reason given."));