Mercurial > pidgin
diff src/protocols/msn/utils.c @ 8691:0eb5161ef333
[gaim-migrate @ 9444]
Patch by Stu Tomlinson to disable the font size and background color
buttons in MSN, and close the tags in msn/utils.c. Thanks :)
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sun, 18 Apr 2004 03:27:33 +0000 |
| parents | 69e30736b9ef |
| children | 538a78ff9fdb |
line wrap: on
line diff
--- a/src/protocols/msn/utils.c Sun Apr 18 01:37:19 2004 +0000 +++ b/src/protocols/msn/utils.c Sun Apr 18 03:27:33 2004 +0000 @@ -57,6 +57,10 @@ pre = g_string_append_c(pre, '<'); pre = g_string_append_c(pre, *cur); pre = g_string_append_c(pre, '>'); + post = g_string_prepend_c(post, '>'); + post = g_string_prepend_c(post, *cur); + post = g_string_prepend_c(post, '/'); + post = g_string_prepend_c(post, '<'); cur++; } }
