comparison src/gaimrc.c @ 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 511c2b63caa4
children a723d060620a
comparison
equal deleted inserted replaced
4226:a7d1eddc0afc 4227:a614423c648f
1185 static void set_defaults() 1185 static void set_defaults()
1186 { 1186 {
1187 int i; 1187 int i;
1188 struct away_message *a; 1188 struct away_message *a;
1189 1189
1190 misc_options = 0; 1190 misc_options =
1191 OPT_MISC_USE_SERVER_ALIAS;
1191 1192
1192 logging_options = 0; 1193 logging_options = 0;
1193 1194
1194 blist_options = 1195 blist_options =
1195 OPT_BLIST_APP_BUDDY_SHOW | 1196 OPT_BLIST_APP_BUDDY_SHOW |