comparison 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
comparison
equal deleted inserted replaced
848:5f19ec4a91f7 849:be8211f068c4
1280 if (colorv != -1) { 1280 if (colorv != -1) {
1281 sprintf(buf2, "<BODY BGCOLOR=\"#%x\">", colorv); 1281 sprintf(buf2, "<BODY BGCOLOR=\"#%x\">", colorv);
1282 gtk_html_append_text(GTK_HTML(c->text), buf2, (display_options & OPT_DISP_IGNORE_COLOUR) ? HTML_OPTION_NO_COLOURS : 0); 1282 gtk_html_append_text(GTK_HTML(c->text), buf2, (display_options & OPT_DISP_IGNORE_COLOUR) ? HTML_OPTION_NO_COLOURS : 0);
1283 } 1283 }
1284 1284
1285 gtk_html_append_text(GTK_HTML(c->text), buf, (display_options & OPT_DISP_IGNORE_COLOUR) ? HTML_OPTION_NO_COLOURS : 0); 1285 gtk_html_append_text(GTK_HTML(c->text), buf, 0);
1286 1286
1287 if (display_options & OPT_DISP_SHOW_SMILEY) 1287 if (display_options & OPT_DISP_SHOW_SMILEY)
1288 { 1288 {
1289 write_html_with_smileys(c->window, c->text, what); 1289 write_html_with_smileys(c->window, c->text, what);
1290 } 1290 }