# HG changeset patch # User Mark Doliner # Date 1128782032 0 # Node ID fd74e7b676823d710ac3099d886598733210c4fa # Parent 32287ea1fce0bf5125a6a167cc0dc2d77a60db33 [gaim-migrate @ 13898] Strip carriage returns from OSCAR away messages and info so we don't have twice as many newlines as we should. committer: Tailor Script diff -r 32287ea1fce0 -r fd74e7b67682 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Sat Oct 08 00:51:51 2005 +0000 +++ b/src/protocols/oscar/oscar.c Sat Oct 08 14:33:52 2005 +0000 @@ -5093,6 +5093,7 @@ tmp = gaim_str_sub_away_formatters(str->str, gaim_account_get_username(account)); g_string_free(str, TRUE); + gaim_str_strip_cr(tmp); gaim_notify_userinfo(gc, userinfo->sn, tmp, NULL, NULL); g_free(tmp);