diff src/protocols/irc/dcc_send.c @ 10555:761822c6f7ca

[gaim-migrate @ 11932] you'll see where i'm going with this eventually committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 29 Jan 2005 18:36:43 +0000
parents 088633feb846
children f2e86683cafc
line wrap: on
line diff
--- a/src/protocols/irc/dcc_send.c	Sat Jan 29 18:03:48 2005 +0000
+++ b/src/protocols/irc/dcc_send.c	Sat Jan 29 18:36:43 2005 +0000
@@ -290,7 +290,7 @@
 	                         xfer->filename, ntohl(addr.s_addr),
 	                         port, xfer->size);
 
-	irc_cmd_privmsg(xfer->account->gc->proto_data, "msg", NULL, arg);
+	irc_cmd_privmsg(gc->proto_data, "msg", NULL, arg);
 	g_free(tmp);
 }