# HG changeset patch # User Eric Warmenhoven # Date 968293041 0 # Node ID be8211f068c494b7667ac65547796a0de6d5c524 # Parent 5f19ec4a91f74d25bc96a6e7622c399cbe4977f8 [gaim-migrate @ 859] i think this was actually my fault, not decklin's, but that's ok, i'll let him take the blame. committer: Tailor Script diff -r 5f19ec4a91f7 -r be8211f068c4 src/conversation.c --- a/src/conversation.c Thu Sep 07 02:06:34 2000 +0000 +++ b/src/conversation.c Thu Sep 07 02:17:21 2000 +0000 @@ -1282,7 +1282,7 @@ gtk_html_append_text(GTK_HTML(c->text), buf2, (display_options & OPT_DISP_IGNORE_COLOUR) ? HTML_OPTION_NO_COLOURS : 0); } - gtk_html_append_text(GTK_HTML(c->text), buf, (display_options & OPT_DISP_IGNORE_COLOUR) ? HTML_OPTION_NO_COLOURS : 0); + gtk_html_append_text(GTK_HTML(c->text), buf, 0); if (display_options & OPT_DISP_SHOW_SMILEY) {