diff src/conversation.h @ 6405:96de6d9eb422

[gaim-migrate @ 6910] Added a new unseen type: GAIM_CONV_UNSEEN_EVENT. Now window closing, timing out, logins, logouts, etc. (any of those black bold messages) grey the tab instead of the tab looking like someone talked in it. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 07 Aug 2003 01:09:38 +0000
parents eaeac660c17c
children ba0b99a72be2
line wrap: on
line diff
--- a/src/conversation.h	Thu Aug 07 00:48:48 2003 +0000
+++ b/src/conversation.h	Thu Aug 07 01:09:38 2003 +0000
@@ -54,7 +54,8 @@
 {
 	GAIM_UNSEEN_NONE = 0,  /**< No unseen text in the conversation. */
 	GAIM_UNSEEN_TEXT,      /**< Unseen text in the conversation.    */
-	GAIM_UNSEEN_NICK       /**< Unseen text and the nick was said.  */
+	GAIM_UNSEEN_NICK,      /**< Unseen text and the nick was said.  */
+	GAIM_UNSEEN_EVENT      /**< Unseen events in the conversation.  */
 
 } GaimUnseenState;