console/gntconv.c

changeset 14884
b84a44f33190
parent 14777
c0ad17caf8ad
child 14923
ccb42b285510
--- a/console/gntconv.c	Thu Oct 26 15:55:31 2006 +0000
+++ b/console/gntconv.c	Thu Oct 26 23:07:28 2006 +0000
@@ -105,6 +105,9 @@
 		else
 		{
 			char *escape = g_markup_escape_text(text, -1);
+			char *apos = gaim_strreplace(escape, "'", "'");
+			g_free(escape);
+			escape = apos;
 			switch (gaim_conversation_get_type(ggconv->active_conv))
 			{
 				case GAIM_CONV_TYPE_IM:

mercurial