Fri, 13 Jan 2006 22:08:30 +0000
[gaim-migrate @ 15215]
mea culpa. Somehow I missed that the build didn't succeed
| src/protocols/sametime/sametime.c | file | annotate | diff | comparison | revisions |
--- 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); }