pidgin: 1d2c8afb: Set the back-reference to the connection...

sadrul at pidgin.im sadrul at pidgin.im
Sun Jul 12 22:30:37 EDT 2009


-----------------------------------------------------------------
Revision: 1d2c8afb03d9a78cbb34feab5b56b58e2a679e4b
Ancestor: 36948cfc8a90e3d81db3b233f7af33bf653ae4d3
Author: sadrul at pidgin.im
Date: 2009-07-13T02:28:34
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/1d2c8afb03d9a78cbb34feab5b56b58e2a679e4b

Modified files:
        libpurple/protocols/yahoo/libymsg.c

ChangeLog: 

Set the back-reference to the connection from the proto-data.

-------------- next part --------------
============================================================
--- libpurple/protocols/yahoo/libymsg.c	56db34f282d625cdf71c92cd205f982271a821a2
+++ libpurple/protocols/yahoo/libymsg.c	6cab3521108f032bf2cd2ad54321716dbe2d86c2
@@ -3411,6 +3411,7 @@ void yahoo_login(PurpleAccount *account)
 
 	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;


More information about the Commits mailing list