Mercurial > pidgin.yaz
changeset 21004:697320a139e8
Let's try this coloring instead.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 25 Oct 2007 01:57:28 +0000 |
parents | f7e4a558a439 |
children | 96dee745ce14 |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Tue Oct 23 17:41:06 2007 +0000 +++ b/pidgin/gtkconv.c Thu Oct 25 01:57:28 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\"";