comparison 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
comparison
equal deleted inserted replaced
4704:56c70997fe5c 4705:e34fe984f999
1 /* 1 /*
2 * gaim - Gadu-Gadu Protocol Plugin 2 * gaim - Gadu-Gadu Protocol Plugin
3 * $Id: gg.c 5001 2003-03-10 06:22:44Z faceprint $ 3 * $Id: gg.c 5016 2003-03-11 18:15:36Z faceprint $
4 * 4 *
5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> 5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
1026 if(b->account == gc->account) { 1026 if(b->account == gc->account) {
1027 gchar *newdata; 1027 gchar *newdata;
1028 /* GG Number */ 1028 /* GG Number */
1029 gchar *name = gg_urlencode(b->name); 1029 gchar *name = gg_urlencode(b->name);
1030 /* GG Pseudo */ 1030 /* GG Pseudo */
1031 gchar *show = gg_urlencode(b->alias[0] ? b->alias : b->name); 1031 gchar *show = gg_urlencode(b->alias ? b->alias : b->name);
1032 /* Group Name */ 1032 /* Group Name */
1033 gchar *gname = gg_urlencode(g->name); 1033 gchar *gname = gg_urlencode(g->name);
1034 1034
1035 ptr = he->request; 1035 ptr = he->request;
1036 newdata = g_strdup_printf("%s;%s;%s;%s;%s;%s;%s", 1036 newdata = g_strdup_printf("%s;%s;%s;%s;%s;%s;%s",