pidgin: 8a43e3dd: More unbreaking of the build
darkrain42 at pidgin.im
darkrain42 at pidgin.im
Sun Feb 20 21:30:26 EST 2011
----------------------------------------------------------------------
Revision: 8a43e3ddd7adacb208afe2d7ee3ea983c95901be
Parent: a694289accbec14c593b3636ef1f626fd8279805
Author: darkrain42 at pidgin.im
Date: 02/20/11 21:25:27
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/8a43e3ddd7adacb208afe2d7ee3ea983c95901be
Changelog:
More unbreaking of the build
Changes against parent a694289accbec14c593b3636ef1f626fd8279805
patched libpurple/conversation.h
-------------- next part --------------
============================================================
--- libpurple/conversation.h f567b4f28ebe35e5cb816e8fb13d6008f2566dc7
+++ libpurple/conversation.h 1b5c4abc64bc9456e7f4d60bf23713f150e1da94
@@ -139,7 +139,8 @@ typedef enum
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;
More information about the Commits
mailing list