Mercurial > pidgin
changeset 13776:d64da4db5e8f
[gaim-migrate @ 16188]
jabber status message escape goodness
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Thu, 18 May 2006 04:23:02 +0000 |
parents | 9726dbf3d844 |
children | a5bfc93b5309 |
files | src/protocols/jabber/buddy.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/jabber/buddy.c Tue May 16 15:43:45 2006 +0000 +++ b/src/protocols/jabber/buddy.c Thu May 18 04:23:02 2006 +0000 @@ -110,7 +110,7 @@ jbr->state = state; if(jbr->status) g_free(jbr->status); - jbr->status = g_strdup(status); + jbr->status = g_markup_escape_text(status, -1); return jbr; }