# HG changeset patch # User Bartoz Oler # Date 1126042613 0 # Node ID a147a8a056783604326f1077cd9683865eaec8c6 # Parent 8e749b7c8ccc2ed83a7baba877996c36bbdef61a [gaim-migrate @ 13702] GaimProtocolOptions: The next free value is 0x00000400. committer: Tailor Script diff -r 8e749b7c8ccc -r a147a8a05678 src/prpl.h --- a/src/prpl.h Tue Sep 06 14:28:34 2005 +0000 +++ b/src/prpl.h Tue Sep 06 21:36:53 2005 +0000 @@ -168,7 +168,7 @@ * IRC uses the user's current nickname in the chat list, not the * username that's been setup for the account. */ - OPT_PROTO_USE_DISPLAY_NAME_FOR_ME_IN_CHATS = 0x00000200 + OPT_PROTO_USE_DISPLAY_NAME_FOR_ME_IN_CHATS = 0x00000400 } GaimProtocolOptions;