comparison src/protocols/icq/gaim_icq.c @ 2791:8f6365332a05

[gaim-migrate @ 2804] i hate this shit. i should just stop hacking gaim. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 26 Nov 2001 20:39:54 +0000
parents a0fd8f91e294
children b1e300a85678
comparison
equal deleted inserted replaced
2790:0148422dff4d 2791:8f6365332a05
199 "<B>Email:</B> %s\n", 199 "<B>Email:</B> %s\n",
200 uin, 200 uin,
201 nick, 201 nick,
202 first, last, 202 first, last,
203 email); 203 email);
204 g_show_info_text(gc, who, FALSE, buf, NULL); 204 g_show_info_text(gc, who, 2, buf, NULL);
205 } 205 }
206 206
207 static void icq_web_pager(icq_Link *link, unsigned char hour, unsigned char minute, 207 static void icq_web_pager(icq_Link *link, unsigned char hour, unsigned char minute,
208 unsigned char day, unsigned char month, unsigned short year, const char *nick, 208 unsigned char day, unsigned char month, unsigned short year, const char *nick,
209 const char *email, const char *msg) { 209 const char *email, const char *msg) {