diff src/dialogs.c @ 699:f8acdd22065a

[gaim-migrate @ 709] log chat logon/logoffs to whatever.chat.log committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 16 Aug 2000 07:13:18 +0000
parents c7c0d2590681
children efd72a117875
line wrap: on
line diff
--- a/src/dialogs.c	Wed Aug 16 06:26:08 2000 +0000
+++ b/src/dialogs.c	Wed Aug 16 07:13:18 2000 +0000
@@ -2336,6 +2336,8 @@
 	text_color.red = ((guint16)(color[0]*65535))>>8;
 	text_color.green = ((guint16)(color[1]*65535))>>8;
 	text_color.blue = ((guint16)(color[2]*65535))>>8;
+	c->fgcol = text_color;
+	c->hasfg = 1;
 	
 	g_snprintf(open_tag, 23, "<FONT COLOR=\"#%02X%02X%02X\">", text_color.red, text_color.green, text_color.blue);
 	surround(c->entry, open_tag, "</FONT>");