diff src/protocols/jabber/jabber.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 e9e624d8803e
children 8f6365332a05
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c	Mon Nov 19 23:32:04 2001 +0000
+++ b/src/protocols/jabber/jabber.c	Tue Nov 20 01:01:22 2001 +0000
@@ -926,6 +926,7 @@
 }
 
 static void jabber_handlevcard(gjconn j, xmlnode querynode, char *from) {
+	struct gaim_connection *gc = GJ_GC(j);
 	char buf[1024];
 	char *fn, *url, *email, *nickname, *status, *desc;
 	jid who;
@@ -960,7 +961,7 @@
 	if (desc)
 		at += g_snprintf(buf + at, sizeof(buf) - at, "<HR>%s<br>\n", desc);
 
-	g_show_info_text(buf, NULL);
+	g_show_info_text(gc, buddy, FALSE, buf, NULL);
 	g_free(buddy);
 }