--- 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;