From: Eric W. <war...@us...> - 2001-11-20 01:01:25
|
Update of /cvsroot/gaim/gaim/src/protocols/jabber In directory usw-pr-cvs1:/tmp/cvs-serv21505/protocols/jabber Modified Files: jabber.c Log Message: 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. Index: jabber.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/jabber/jabber.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- jabber.c 2001/11/17 02:50:06 1.26 +++ jabber.c 2001/11/20 01:01:22 1.27 @@ -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); } |