Mercurial > pidgin
changeset 16434:e4140dfbab12
Stu didn't like that 'new messages on this tab' red, but likes this one
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 26 Apr 2007 10:30:44 +0000 |
parents | c0c5f07027ff |
children | a46a0362dc34 |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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) {