# HG changeset patch # User Sadrul Habib Chowdhury # Date 1247452114 0 # Node ID a9eb6dbbba1bdd03c7f1069d421379b9a12b329c # Parent 37741237d1462eeaf23901f0d84d0e2c2b91d77e Set the back-reference to the connection from the proto-data. diff -r 37741237d146 -r a9eb6dbbba1b libpurple/protocols/yahoo/libymsg.c --- 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;