From 4f21ad147f4358165fab39848d872ab8d465d17d Mon Sep 17 00:00:00 2001 From: Sushma Rai Date: Mon, 10 Jan 2005 16:58:06 +0000 Subject: corrected api arguments svn path=/trunk/; revision=28330 --- plugins/exchange-account-setup/exchange-ask-password.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/exchange-account-setup/exchange-ask-password.c') diff --git a/plugins/exchange-account-setup/exchange-ask-password.c b/plugins/exchange-account-setup/exchange-ask-password.c index 635feb4966..31e12e98a4 100644 --- a/plugins/exchange-account-setup/exchange-ask-password.c +++ b/plugins/exchange-account-setup/exchange-ask-password.c @@ -65,7 +65,7 @@ validate_exchange_user (EConfig *ec, const char *pageid, void *data) return FALSE; /* This should never happen */ } - valid = camel_provider_validate_user (owa_entry_text, provider, url, NULL); + valid = camel_provider_validate_user (provider, url, owa_entry_text, NULL); if (valid) { count ++; url_string = camel_url_to_string (url, 0); -- cgit v1.2.3