Mercurial > pidgin
changeset 12864:2c0f8815aa2e
[gaim-migrate @ 15215]
mea culpa. Somehow I missed that the build didn't succeed
committer: Tailor Script <tailor@pidgin.im>
author | Christopher O'Brien <siege@pidgin.im> |
---|---|
date | Fri, 13 Jan 2006 22:08:30 +0000 |
parents | 7a2169f04bdf |
children | 27c4145c6daa |
files | src/protocols/sametime/sametime.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/sametime/sametime.c Fri Jan 13 22:00:34 2006 +0000 +++ b/src/protocols/sametime/sametime.c Fri Jan 13 22:08:30 2006 +0000 @@ -1920,7 +1920,7 @@ pd = mwSession_getClientData(session); gc = pd->gc; - esc = g_markup_escape_text(text); + esc = g_markup_escape_text(text, -1); serv_got_chat_in(gc, CONF_TO_ID(conf), who->user_id, 0, esc, time(NULL)); g_free(esc); } @@ -2994,7 +2994,7 @@ pd = mwSession_getClientData(session); gc = pd->gc; - esc = g_markup_escape_text(msg); + esc = g_markup_escape_text(msg, -1); serv_got_chat_in(gc, PLACE_TO_ID(place), who->user, 0, esc, time(NULL)); g_free(esc); }