Mercurial > pidgin
comparison src/protocols/msn/session.c @ 10582:b953704d4d6c
[gaim-migrate @ 11983]
This should make the progress dialog appear at the beginning, instead of
just after the beginning, of the connection.
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Tue, 08 Feb 2005 21:24:57 +0000 |
| parents | fed2a7c2471d |
| children | 0f7452b1f777 |
comparison
equal
deleted
inserted
replaced
| 10581:59a2807e10bb | 10582:b953704d4d6c |
|---|---|
| 354 { | 354 { |
| 355 GaimConnection *gc; | 355 GaimConnection *gc; |
| 356 | 356 |
| 357 /* Prevent the connection progress going backwards, eg. if we get | 357 /* Prevent the connection progress going backwards, eg. if we get |
| 358 * transferred several times during login */ | 358 * transferred several times during login */ |
| 359 if (session->login_step >= step) | 359 if (session->login_step > step) |
| 360 return; | 360 return; |
| 361 | 361 |
| 362 /* If we're already logged in, we're probably here because of a | 362 /* If we're already logged in, we're probably here because of a |
| 363 * mid-session XFR from the notification server, so we don't want to | 363 * mid-session XFR from the notification server, so we don't want to |
| 364 * popup the connection progress dialog */ | 364 * popup the connection progress dialog */ |
