diff src/conversation.c @ 3789:fb519383a058

[gaim-migrate @ 3929] IRC passwd patch from Chip. Fixed a compile warning in conversation.c. Nathan, tell me if this breaks anything ;-) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Tue, 22 Oct 2002 23:31:49 +0000
parents aed40c72c818
children 12b29552f1d7
line wrap: on
line diff
--- a/src/conversation.c	Tue Oct 22 23:18:45 2002 +0000
+++ b/src/conversation.c	Tue Oct 22 23:31:49 2002 +0000
@@ -2680,7 +2680,7 @@
 			style->fg[0].green = 0x9999;
 			style->fg[0].blue = 0x0000;
 		} else if(c->typing_state == TYPED) {
-			style->fg[0].red = 0xfffff;
+			style->fg[0].red = 0xffff;
 			style->fg[0].green = 0xbbbb;
 			style->fg[0].blue = 0x2222;
 		} else if(c->unseen == 2) {