Mercurial > pidgin.yaz
changeset 31691:3085ffcd593f
More unbreaking of the build
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 21 Feb 2011 02:25:27 +0000 |
parents | 6342df9934cb |
children | e5cd15ee3e5d 5523e81329c2 |
files | libpurple/conversation.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/conversation.h Mon Feb 21 02:22:05 2011 +0000 +++ b/libpurple/conversation.h Mon Feb 21 02:25:27 2011 +0000 @@ -139,7 +139,8 @@ PURPLE_CBFLAGS_HALFOP = 0x0002, /**< Half-op */ PURPLE_CBFLAGS_OP = 0x0004, /**< Channel Op or Moderator */ PURPLE_CBFLAGS_FOUNDER = 0x0008, /**< Channel Founder */ - PURPLE_CBFLAGS_TYPING = 0x0010 /**< Currently typing */ + PURPLE_CBFLAGS_TYPING = 0x0010, /**< Currently typing */ + PURPLE_CBFLAGS_AWAY = 0x0020 /**< Currently away. @since 2.8.0 */ } PurpleConvChatBuddyFlags;