comparison 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
comparison
equal deleted inserted replaced
3788:56e555b72873 3789:fb519383a058
2678 if(c->typing_state == TYPING) { 2678 if(c->typing_state == TYPING) {
2679 style->fg[0].red = 0x0000; 2679 style->fg[0].red = 0x0000;
2680 style->fg[0].green = 0x9999; 2680 style->fg[0].green = 0x9999;
2681 style->fg[0].blue = 0x0000; 2681 style->fg[0].blue = 0x0000;
2682 } else if(c->typing_state == TYPED) { 2682 } else if(c->typing_state == TYPED) {
2683 style->fg[0].red = 0xfffff; 2683 style->fg[0].red = 0xffff;
2684 style->fg[0].green = 0xbbbb; 2684 style->fg[0].green = 0xbbbb;
2685 style->fg[0].blue = 0x2222; 2685 style->fg[0].blue = 0x2222;
2686 } else if(c->unseen == 2) { 2686 } else if(c->unseen == 2) {
2687 style->fg[0].red = 0x0000; 2687 style->fg[0].red = 0x0000;
2688 style->fg[0].green = 0x0000; 2688 style->fg[0].green = 0x0000;