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/ChangeLog | 5 +++++ plugins/exchange-account-setup/exchange-ask-password.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/exchange-account-setup/ChangeLog b/plugins/exchange-account-setup/ChangeLog index 7c5b15895f..3e663254be 100644 --- a/plugins/exchange-account-setup/ChangeLog +++ b/plugins/exchange-account-setup/ChangeLog @@ -1,3 +1,8 @@ +2005-01-10 Sushma Rai + + * exchange-ask-password.c: (validate_exchange_user): + Corrected argument order. + 2005-01-10 Sushma Rai * org-gnome-exchange-account-setup.eplug.in: Added plugin to read 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