# HG changeset patch # User Paul Aurich # Date 1298255127 0 # Node ID 3085ffcd593f905dc806b596d9d43100a9d0ec60 # Parent 6342df9934cb29ad53dba3b34f3160e7b3b6aa5d More unbreaking of the build diff -r 6342df9934cb -r 3085ffcd593f libpurple/conversation.h --- 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;