diff libpurple/protocols/yahoo/libymsg.c @ 27599:a9eb6dbbba1b

Set the back-reference to the connection from the proto-data.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 13 Jul 2009 02:28:34 +0000
parents f92d37b363c6
children a12574d982a1
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libymsg.c	Mon Jul 13 02:17:42 2009 +0000
+++ b/libpurple/protocols/yahoo/libymsg.c	Mon Jul 13 02:28:34 2009 +0000
@@ -3411,6 +3411,7 @@
 
 	purple_connection_set_display_name(gc, purple_account_get_username(account));
 
+	yd->gc = gc;
 	yd->yahoo_local_p2p_server_fd = -1;
 	yd->fd = -1;
 	yd->txhandler = 0;