comparison src/buddy_chat.c @ 3367:3b00d97d59aa

[gaim-migrate @ 3386] There'll be more tommorow! Thanks for coming to the party. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 02 Aug 2002 04:52:48 +0000
parents 0c7bd995eb03
children 8fa61405af2b
comparison
equal deleted inserted replaced
3366:120e08ea5aee 3367:3b00d97d59aa
726 play_sound(SND_CHAT_NICK); 726 play_sound(SND_CHAT_NICK);
727 } else { 727 } else {
728 play_sound(SND_CHAT_SAY); 728 play_sound(SND_CHAT_SAY);
729 } 729 }
730 } 730 }
731 write_to_conv(b, message, flag, who, mtime, -1); 731
732 if (chat_options & OPT_CHAT_COLORIZE)
733 flag |= WFLAG_COLORIZE;
734 write_to_conv(b, message, flag, who, mtime, -1);
732 } 735 }
733 736
734 737
735 738
736 void whisper_callback(GtkWidget *widget, struct conversation *b) 739 void whisper_callback(GtkWidget *widget, struct conversation *b)