diff src/dialogs.c @ 4421:31834b4598eb

[gaim-migrate @ 4694] (23:26:06) deryni: Black on Black is not the best color choice this should let you use custom colors again. thanks deryni! committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 26 Jan 2003 04:27:14 +0000
parents ce3a0eba91ef
children e73c4e8e2d03
line wrap: on
line diff
--- a/src/dialogs.c	Sun Jan 26 04:23:20 2003 +0000
+++ b/src/dialogs.c	Sun Jan 26 04:27:14 2003 +0000
@@ -3125,7 +3125,6 @@
 	gtkconv = GAIM_GTK_CONVERSATION(c);
 
 	gtkconv->fg_color = text_color;
-	gtkconv->has_fg = TRUE;
 	g_snprintf(open_tag, 23, "<FONT COLOR=\"#%02X%02X%02X\">",
 			   text_color.red / 256,
 			   text_color.green / 256,
@@ -3156,7 +3155,6 @@
 	gtkconv = GAIM_GTK_CONVERSATION(c);
 
 	gtkconv->bg_color = text_color;
-	gtkconv->has_bg = TRUE;
 	g_snprintf(open_tag, 25, "<BODY BGCOLOR=\"#%02X%02X%02X\">",
 			   text_color.red / 256,
 			   text_color.green / 256,