comparison libpurple/protocols/msn/session.c @ 32827:4a34689eeb33 default tip

merged from im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 19 Nov 2011 14:42:54 +0900
parents 10e5000326a5
children
comparison
equal deleted inserted replaced
32692:0f94ec89f0bc 32827:4a34689eeb33
457 * mid-session XFR from the notification server, so we don't want to 457 * mid-session XFR from the notification server, so we don't want to
458 * popup the connection progress dialog */ 458 * popup the connection progress dialog */
459 if (session->logged_in) 459 if (session->logged_in)
460 return; 460 return;
461 461
462 gc = session->account->gc; 462 gc = purple_account_get_connection(session->account);
463 463
464 session->login_step = step; 464 session->login_step = step;
465 465
466 purple_connection_update_progress(gc, get_login_step_text(session), step, 466 purple_connection_update_progress(gc, get_login_step_text(session), step,
467 MSN_LOGIN_STEPS); 467 MSN_LOGIN_STEPS);