diff src/protocols/icq/gaim_icq.c @ 2773:a0fd8f91e294

[gaim-migrate @ 2786] SPAM!!! All recipients of the email generated by this commit each owe me $125 per email sent, plus a $75 handling fee for all messages combined. Or was that supposed to be the other way around. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 20 Nov 2001 01:01:22 +0000
parents e841b14b5b89
children 8f6365332a05
line wrap: on
line diff
--- a/src/protocols/icq/gaim_icq.c	Mon Nov 19 23:32:04 2001 +0000
+++ b/src/protocols/icq/gaim_icq.c	Tue Nov 20 01:01:22 2001 +0000
@@ -187,8 +187,11 @@
 
 static void icq_info_reply(icq_Link *link, unsigned long uin, const char *nick,
 			const char *first, const char *last, const char *email, char auth) {
+	struct gaim_connection *gc = link->icq_UserData;
 	char buf[16 * 1024];
+	char who[16];
 
+	g_snprintf(who, sizeof who, "%lu", uin);
 	g_snprintf(buf, sizeof buf,
 		   "<B>UIN:</B> %lu<BR>"
 		   "<B>Nick:</B> %s<BR>"
@@ -198,7 +201,7 @@
 		   nick,
 		   first, last,
 		   email);
-	g_show_info_text(buf, NULL);
+	g_show_info_text(gc, who, FALSE, buf, NULL);
 }
 
 static void icq_web_pager(icq_Link *link, unsigned char hour, unsigned char minute,