# HG changeset patch # User Mark Doliner # Date 1114480963 0 # Node ID c522fdb85dbc6373b89fdeac57f7293dbf8c06bc # Parent beb62c7e9d8ba8d0990e989656de139387d88edc [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 diff -r beb62c7e9d8b -r c522fdb85dbc src/gtkconv.c --- 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) {