[gaim-migrate @ 11983]

Tue, 08 Feb 2005 21:24:57 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Tue, 08 Feb 2005 21:24:57 +0000
changeset 10582
19bf2c0b3e63
parent 10581
fec09b96544a
child 10583
6e191c459a4a

[gaim-migrate @ 11983]
This should make the progress dialog appear at the beginning, instead of
just after the beginning, of the connection.

src/protocols/msn/session.c file | annotate | diff | comparison | revisions
--- a/src/protocols/msn/session.c	Tue Feb 08 04:59:35 2005 +0000
+++ b/src/protocols/msn/session.c	Tue Feb 08 21:24:57 2005 +0000
@@ -356,7 +356,7 @@
 
 	/* Prevent the connection progress going backwards, eg. if we get
 	 * transferred several times during login */
-	if (session->login_step >= step)
+	if (session->login_step > step)
 		return;
 
 	/* If we're already logged in, we're probably here because of a

mercurial