Mercurial > pidgin.yaz
changeset 32709:1a2840d2cd02
Fix for previous commit.
author | andrew.victor@mxit.com |
---|---|
date | Sat, 01 Oct 2011 21:11:11 +0000 |
parents | 10e5000326a5 |
children | 839116243947 |
files | libpurple/protocols/msn/httpconn.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/httpconn.c Sat Oct 01 21:04:35 2011 +0000 +++ b/libpurple/protocols/msn/httpconn.c Sat Oct 01 21:11:11 2011 +0000 @@ -286,7 +286,7 @@ servconn = httpconn->servconn; if (servconn->type == MSN_SERVCONN_NS) { - PurpleConnection *gc = purple_account_get_connection(servconn->session); + PurpleConnection *gc = purple_account_get_connection(servconn->session->account); gc->last_received = time(NULL); }