# HG changeset patch # User Richard Laager # Date 1193277598 0 # Node ID 96dee745ce140f74615ba7bebb10610dba798871 # Parent f43d7aafe1f81ba7035591f5618de1f24081890e# Parent 697320a139e8ea8332d7b1a5c9b7758a9ea2da13 merge of '7793ae5b4dd75b3c2f62c2502dbd08c76dbe7b1c' and 'be3e4adb905d9838ae215b0fcdbe7119654d2998' diff -r f43d7aafe1f8 -r 96dee745ce14 pidgin/gtkconv.c --- a/pidgin/gtkconv.c Wed Oct 24 03:29:33 2007 +0000 +++ b/pidgin/gtkconv.c Thu Oct 25 01:59:58 2007 +0000 @@ -6577,13 +6577,13 @@ style = "color=\"#c4a000\""; } else if (gtkconv->unseen_state == PIDGIN_UNSEEN_NICK) { atk_object_set_description(accessibility_obj, _("Nick Said")); - style = "color=\"#cc0000\""; + style = "color=\"#204a87\""; } else if (gtkconv->unseen_state == PIDGIN_UNSEEN_TEXT) { atk_object_set_description(accessibility_obj, _("Unread Messages")); if (gtkconv->active_conv->type == PURPLE_CONV_TYPE_CHAT) - style = "color=\"#204a87\""; + style = "color=\"#cc0000\""; else - style = "color=\"#cc0000\""; + style = "color=\"#204a87\""; } else if (gtkconv->unseen_state == PIDGIN_UNSEEN_EVENT) { atk_object_set_description(accessibility_obj, _("New Event")); style = "color=\"#888a85\"";