# HG changeset patch # User Sean Egan # Date 1177583444 0 # Node ID e4140dfbab12d0f7037fd14770c1e94c911b91c3 # Parent c0c5f07027ff2885bd4a1316449a6302f1601657 Stu didn't like that 'new messages on this tab' red, but likes this one diff -r c0c5f07027ff -r e4140dfbab12 pidgin/gtkconv.c --- a/pidgin/gtkconv.c Thu Apr 26 10:27:04 2007 +0000 +++ b/pidgin/gtkconv.c Thu Apr 26 10:30:44 2007 +0000 @@ -6061,7 +6061,7 @@ else if (gtkconv->unseen_state == PIDGIN_UNSEEN_TEXT) { atk_object_set_description(accessibility_obj, _("Unread Messages")); - strncpy(style, "color=\"#a40000\" weight=\"bold\"", sizeof(style)); + strncpy(style, "color=\"#cc0000\" weight=\"bold\"", sizeof(style)); } else if (gtkconv->unseen_state == PIDGIN_UNSEEN_EVENT) {