comparison src/gtkconv.c @ 10398:de59c0e7f87e

[gaim-migrate @ 11628] Remove a rogue reference to the slashed 'color_nicks' pref, and make sure some other slashed prefs are actually removed to prevent too much clutter in prefs.xml committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 19 Dec 2004 12:57:29 +0000
parents 566177590bd5
children 843ed1f2bf3f
comparison
equal deleted inserted replaced
10397:566177590bd5 10398:de59c0e7f87e
4654 else 4654 else
4655 gaim_sound_play_event(GAIM_SOUND_CHAT_SAY); 4655 gaim_sound_play_event(GAIM_SOUND_CHAT_SAY);
4656 } 4656 }
4657 } 4657 }
4658 4658
4659 if (gaim_prefs_get_bool("/gaim/gtk/conversations/chat/color_nicks")) 4659 flags |= GAIM_MESSAGE_COLORIZE;
4660 flags |= GAIM_MESSAGE_COLORIZE;
4661 4660
4662 gaim_conversation_write(conv, who, message, flags, mtime); 4661 gaim_conversation_write(conv, who, message, flags, mtime);
4663 } 4662 }
4664 4663
4665 static void 4664 static void