diff src/gtkconv.c @ 8252:10a41e67a800

[gaim-migrate @ 8975] I'm tired, so I probably broke something... 1. clean up warnings trying to put chats into the blist before the blist is there to put chats in 2. clean up warnings trying to mess with the buddy pounce menu before the buddy pounce menu is there to be messed with 3. clean up warnings with reconnecting and the progress bars in the connection dialog, i think 4. re-order things so the tab doesn't go grey if it's already red. this annoyed me. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 13 Feb 2004 07:48:19 +0000
parents 9200bee593e8
children 0c5977fd3101
line wrap: on
line diff
--- a/src/gtkconv.c	Fri Feb 13 05:56:17 2004 +0000
+++ b/src/gtkconv.c	Fri Feb 13 07:48:19 2004 +0000
@@ -5354,14 +5354,14 @@
 		{
 			strcpy(color, "#314E6C");
 		}
+		else if (gaim_conversation_get_unseen(conv) == GAIM_UNSEEN_TEXT)
+		{
+			strcpy(color, "#DF421E");
+		}
 		else if (gaim_conversation_get_unseen(conv) == GAIM_UNSEEN_EVENT)
 		{
 			strcpy(color, "#868272");
 		}
-		else if (gaim_conversation_get_unseen(conv) == GAIM_UNSEEN_TEXT)
-		{
-			strcpy(color, "#DF421E");
-		}
 
 		if (*color != '\0')
 		{