comparison src/protocols/zephyr/zephyr.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 ee884f1d7ae3
children 0c68d402f59f
comparison
equal deleted inserted replaced
4226:a7d1eddc0afc 4227:a614423c648f
333 ZLocations_t locs; 333 ZLocations_t locs;
334 int one = 1; 334 int one = 1;
335 GString *str = g_string_new(""); 335 GString *str = g_string_new("");
336 g_string_sprintfa(str, "<b>User:</b> %s<br>" 336 g_string_sprintfa(str, "<b>User:</b> %s<br>"
337 "<b>Alias:</b> %s<br>", 337 "<b>Alias:</b> %s<br>",
338 b->name, b->show); 338 b->name, b->alias);
339 if (!nlocs) { 339 if (!nlocs) {
340 g_string_sprintfa(str, "<br>Hidden or not logged-in"); 340 g_string_sprintfa(str, "<br>Hidden or not logged-in");
341 } 341 }
342 for (; nlocs > 0; nlocs--) { 342 for (; nlocs > 0; nlocs--) {
343 ZGetLocations(&locs, &one); 343 ZGetLocations(&locs, &one);