comparison src/gaim.h @ 4227:a614423c648f

[gaim-migrate @ 4471] This is a patch from Nathan Walp that adds a "char server_alias[BUDDY_ALIAS_MAXLEN]" to struct buddy, and a preference option to show the server alias instead of the alias set by you. It shouldn't cause any problems. But then again, faceprint is a crazy patch writer, with an emphasis on crazy, if you know what I mean. Huh? Get it? "Crazy"? I kill me. But right after I kill Time Warner. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 07 Jan 2003 17:44:34 +0000
parents af2eeb7f7cf8
children a789969fc198
comparison
equal deleted inserted replaced
4226:a7d1eddc0afc 4227:a614423c648f
209 extern guint misc_options; 209 extern guint misc_options;
210 #define OPT_MISC_DEBUG 0x00000001 210 #define OPT_MISC_DEBUG 0x00000001
211 #define OPT_MISC_BROWSER_POPUP 0x00000002 211 #define OPT_MISC_BROWSER_POPUP 0x00000002
212 #define OPT_MISC_BUDDY_TICKER 0x00000004 212 #define OPT_MISC_BUDDY_TICKER 0x00000004
213 #define OPT_MISC_STEALTH_TYPING 0x00000010 213 #define OPT_MISC_STEALTH_TYPING 0x00000010
214 #define OPT_MISC_USE_SERVER_ALIAS 0x00000020
214 215
215 extern guint logging_options; 216 extern guint logging_options;
216 #define OPT_LOG_CONVOS 0x00000001 217 #define OPT_LOG_CONVOS 0x00000001
217 #define OPT_LOG_STRIP_HTML 0x00000002 218 #define OPT_LOG_STRIP_HTML 0x00000002
218 #define OPT_LOG_BUDDY_SIGNON 0x00000004 219 #define OPT_LOG_BUDDY_SIGNON 0x00000004