src/conversation.h

changeset 6405
30166fa1b9a2
parent 6311
1e253e4b423f
child 6407
d67b6a6ba7d2
--- 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;
 

mercurial