Mercurial > pidgin
changeset 11462:a147a8a05678
[gaim-migrate @ 13702]
GaimProtocolOptions: The next free value is 0x00000400.
committer: Tailor Script <tailor@pidgin.im>
author | Bartoz Oler <bartosz@pidgin.im> |
---|---|
date | Tue, 06 Sep 2005 21:36:53 +0000 |
parents | 8e749b7c8ccc |
children | 448ebda0f7ec |
files | src/prpl.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;