diff 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
line wrap: on
line diff
--- a/src/gtkconv.c	Sun Dec 19 02:00:44 2004 +0000
+++ b/src/gtkconv.c	Sun Dec 19 12:57:29 2004 +0000
@@ -4656,8 +4656,7 @@
 		}
 	}
 
-	if (gaim_prefs_get_bool("/gaim/gtk/conversations/chat/color_nicks"))
-		flags |= GAIM_MESSAGE_COLORIZE;
+	flags |= GAIM_MESSAGE_COLORIZE;
 
 	gaim_conversation_write(conv, who, message, flags, mtime);
 }