Sun, 07 Dec 2003 20:09:06 +0000
[gaim-migrate @ 8439]
At least I know the error is still there. Stupid error.
| src/protocols/oscar/oscar.c | file | annotate | diff | comparison | revisions |
--- 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."));