# HG changeset patch # User Mark Doliner # Date 1070827746 0 # Node ID 61b5d682ddb4baf0457bbaed5c6d00bd216a3993 # Parent 27f55b264446484908760e87c8c688bf6491d213 [gaim-migrate @ 8439] At least I know the error is still there. Stupid error. committer: Tailor Script diff -r 27f55b264446 -r 61b5d682ddb4 src/protocols/oscar/oscar.c --- 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."));