diff 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
line wrap: on
line diff
--- a/src/gaim.h	Tue Jan 07 16:18:08 2003 +0000
+++ b/src/gaim.h	Tue Jan 07 17:44:34 2003 +0000
@@ -211,6 +211,7 @@
 #define OPT_MISC_BROWSER_POPUP		0x00000002
 #define OPT_MISC_BUDDY_TICKER           0x00000004
 #define OPT_MISC_STEALTH_TYPING         0x00000010
+#define OPT_MISC_USE_SERVER_ALIAS		0x00000020
 
 extern guint logging_options;
 #define OPT_LOG_CONVOS			0x00000001