[gaim-migrate @ 16188]

Thu, 18 May 2006 04:23:02 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Thu, 18 May 2006 04:23:02 +0000
changeset 13778
5a40ccec22c7
parent 13777
13cf61b2d570
child 13779
410869639392

[gaim-migrate @ 16188]
jabber status message escape goodness

src/protocols/jabber/buddy.c file | annotate | diff | comparison | revisions
--- 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;
 }

mercurial