Mercurial > pidgin.yaz
changeset 2375:09fe1b00d31f
[gaim-migrate @ 2388]
i like this color better
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 27 Sep 2001 20:54:02 +0000 |
parents | 9e9385cddcc6 |
children | b31f0edaf48d |
files | src/conversation.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/conversation.c Thu Sep 27 20:32:59 2001 +0000 +++ b/src/conversation.c Thu Sep 27 20:54:02 2001 +0000 @@ -1443,7 +1443,7 @@ else g_snprintf(str, 1024, "***%s", who); if (flags & WFLAG_NICK) - strcpy(colour, "#ef7f00"); + strcpy(colour, "#af7f00"); else strcpy(colour, "#062585"); } else { @@ -1453,7 +1453,7 @@ else g_snprintf(str, 1024, "%s:", who); if (flags & WFLAG_NICK) - strcpy(colour, "#ef7f00"); + strcpy(colour, "#af7f00"); else if (flags & WFLAG_RECV) strcpy(colour, "#ff0000"); else if (flags & WFLAG_SEND)