Mercurial > pidgin
changeset 27523: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 | 37741237d146 |
children | b32e7be9b3bf |
files | libpurple/protocols/yahoo/libymsg.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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;