Mercurial > pidgin.yaz
changeset 6958:4c29ee932d67
[gaim-migrate @ 7505]
One last thing before I take a vacation.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 24 Sep 2003 23:36:37 +0000 |
parents | 166e42b26654 |
children | 7e18efe2944a |
files | src/protocols/msn/msg.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/msn/msg.c Wed Sep 24 23:28:03 2003 +0000 +++ b/src/protocols/msn/msg.c Wed Sep 24 23:36:37 2003 +0000 @@ -79,7 +79,7 @@ msn_message_set_attr(msg, "User-Agent", "Gaim/" VERSION); msn_message_set_content_type(msg, "text/plain"); msn_message_set_charset(msg, "UTF-8"); - msn_message_set_flag(msg, 'N'); + msn_message_set_flag(msg, 'U'); msn_message_ref(msg);