comparison libpurple/protocols/msn/session.c @ 30730:f8ec889c5bce

propagate from branch 'im.pidgin.pidgin' (head f6cdf8776559775f9a4a72563e69741e139518bd) to branch 'im.pidgin.cpw.qulogic.msnp16' (head ee6655c65ffae7f61734aa5a05267a3f5a4fc0de)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 10 May 2010 23:21:44 +0000
parents b5793b417705 869dfdcea8a7
children 417899347f8a e53f81486d57
comparison
equal deleted inserted replaced
30729:edb7c80bf930 30730:f8ec889c5bce
405 { 405 {
406 PurpleConnection *gc; 406 PurpleConnection *gc;
407 407
408 /* Prevent the connection progress going backwards, eg. if we get 408 /* Prevent the connection progress going backwards, eg. if we get
409 * transferred several times during login */ 409 * transferred several times during login */
410 if (session->login_step > step) 410 if (session->login_step >= step)
411 return; 411 return;
412 412
413 /* If we're already logged in, we're probably here because of a 413 /* If we're already logged in, we're probably here because of a
414 * mid-session XFR from the notification server, so we don't want to 414 * mid-session XFR from the notification server, so we don't want to
415 * popup the connection progress dialog */ 415 * popup the connection progress dialog */