changeset 10873:c522fdb85dbc

[gaim-migrate @ 12561] sf patch #1189893, from Steven Garrity "This patch slightly changes the shade of the blue color of inactive tabs on a group chat when someone uses your nickname. The previous blue was a bit too close to the default black, so it was difficult to notice. This blue is a little bit brighter and more staturated. Here's a screenshot to show the difference (current blue in the left column, blue from this patch in the right column): http://actsofvolition.com/images/screenshots/gaim/tab-colors.png The only thing changes is the HEX for the color, so this could easily be applied to oldstatus as well." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 26 Apr 2005 02:02:43 +0000
parents beb62c7e9d8b
children 65d3140f35fd
files src/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Mon Apr 25 04:22:57 2005 +0000
+++ b/src/gtkconv.c	Tue Apr 26 02:02:43 2005 +0000
@@ -5358,7 +5358,7 @@
 		}
 		else if (gaim_conversation_get_unseen(conv) == GAIM_UNSEEN_NICK)
 		{
-			strcpy(color, "#314E6C");
+			strcpy(color, "#0D4E91");
 		}
 		else if (gaim_conversation_get_unseen(conv) == GAIM_UNSEEN_TEXT)
 		{