diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-10-21 23:12:30 +0200 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-10-21 23:12:30 +0200 | 
| commit | 4b0d8055fe3fc08cdaa7696f1c4af1e0e471a67e (patch) | |
| tree | 16a2667355be13a1d660f525749962a2b7683a57 | |
| parent | 35f6677c07770f0323872e4edddefb7b752e50bd (diff) | |
Can't hurt to at least try one compile before running bzr commit...
| -rw-r--r-- | protocols/jabber/jabber.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/protocols/jabber/jabber.c b/protocols/jabber/jabber.c index fd8b6128..e4bdc463 100644 --- a/protocols/jabber/jabber.c +++ b/protocols/jabber/jabber.c @@ -158,7 +158,7 @@ static void jabber_login( account_t *acc )  	else  		connect_to = jd->server; -	set_login_progress( gc, "Connecting" ); +	set_login_progress( gc, 0, "Connecting" );  	/* For non-SSL connections we can try to use the port # from the SRV  	   reply, but let's not do that when using SSL, SSL usually runs on | 
