gaim/gaim

sf patch #1189893, from Steven Garrity
oldstatus
2005-04-25, Mark Doliner
c61e79828a2b
Parents c1b54eb630ac
Children ba05af796c8a
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."
--- a/src/gtkconv.c Sun Apr 24 23:35:46 2005 -0400
+++ b/src/gtkconv.c Mon Apr 25 22:02:12 2005 -0400
@@ -5646,7 +5646,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)
{