Mercurial > pidgin
changeset 6037:4543f56f6fc3
[gaim-migrate @ 6487]
Fix setting away messages for AIM. Sean left off one _slightly_ important
line.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 05 Jul 2003 22:35:01 +0000 |
parents | 547ba881bc7e |
children | 78c8b0f636f4 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Sat Jul 05 22:24:57 2003 +0000 +++ b/src/protocols/oscar/oscar.c Sat Jul 05 22:35:01 2003 +0000 @@ -4488,6 +4488,7 @@ return; } + text_html = strdup_withhtml(text); flags = oscar_encoding_check(text_html); if (flags & AIM_IMFLAGS_UNICODE) { msg = g_convert(text_html, strlen(text_html), "UCS-2BE", "UTF-8", NULL, &msglen, NULL);