src/protocols/sametime/sametime.c

changeset 12864
072fcb25d27b
parent 12863
535f2e11db82
child 12919
519199cca273
--- 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);
 }

mercurial