diff src/protocols/gg/gg.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 c1857c9c912d
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Tue Jan 07 16:18:08 2003 +0000
+++ b/src/protocols/gg/gg.c	Tue Jan 07 17:44:34 2003 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 4432 2003-01-04 21:01:32Z chipx86 $
+ * $Id: gg.c 4471 2003-01-07 17:44:34Z thekingant $
  *
  * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  * 
@@ -1023,7 +1023,7 @@
 			/* GG Number */
 			gchar *name = gg_urlencode(b->name);
 			/* GG Pseudo */
-			gchar *show = gg_urlencode(strlen(b->show) ? b->show : b->name);
+			gchar *show = gg_urlencode(get_buddy_alias(b));
 			/* Group Name */
 			gchar *gname = gg_urlencode(g->name);