Mercurial > pidgin
diff src/conversation.c @ 849:be8211f068c4
[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 <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Thu, 07 Sep 2000 02:17:21 +0000 |
| parents | 4b05985bae5e |
| children | 9e2dcad06d3c |
line wrap: on
line diff
--- 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) {
