# HG changeset patch # User Christopher O'Brien # Date 1137190110 0 # Node ID 2c0f8815aa2e36aa18846b696037b4160fc3ad2d # Parent 7a2169f04bdfb1a556fa87ef919ff59f254b2f19 [gaim-migrate @ 15215] mea culpa. Somehow I missed that the build didn't succeed committer: Tailor Script diff -r 7a2169f04bdf -r 2c0f8815aa2e src/protocols/sametime/sametime.c --- 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); }