diff src/protocols/gg/gg.c @ 4705:e34fe984f999

[gaim-migrate @ 5016] believe it or not, we do work on things besides the buddy list ;-) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 11 Mar 2003 18:15:36 +0000
parents e19f91053ad0
children c15e0699acae
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Tue Mar 11 17:40:11 2003 +0000
+++ b/src/protocols/gg/gg.c	Tue Mar 11 18:15:36 2003 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 5001 2003-03-10 06:22:44Z faceprint $
+ * $Id: gg.c 5016 2003-03-11 18:15:36Z faceprint $
  *
  * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  * 
@@ -1028,7 +1028,7 @@
 				/* GG Number */
 				gchar *name = gg_urlencode(b->name);
 				/* GG Pseudo */
-				gchar *show = gg_urlencode(b->alias[0] ? b->alias : b->name);
+				gchar *show = gg_urlencode(b->alias ? b->alias : b->name);
 				/* Group Name */
 				gchar *gname = gg_urlencode(g->name);