Mercurial > pidgin
changeset 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 | 5f19ec4a91f7 |
children | 902be73a6a43 |
files | src/conversation.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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) {