aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-account-setup/exchange-ask-password.c
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-01-11 00:58:06 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-01-11 00:58:06 +0800
commit4f21ad147f4358165fab39848d872ab8d465d17d (patch)
treef5542585f879defc991f15713fe0852907497322 /plugins/exchange-account-setup/exchange-ask-password.c
parenta075c12e0bc54fd00467f4ed4450d18adf2cee8b (diff)
downloadgsoc2013-evolution-4f21ad147f4358165fab39848d872ab8d465d17d.tar
gsoc2013-evolution-4f21ad147f4358165fab39848d872ab8d465d17d.tar.gz
gsoc2013-evolution-4f21ad147f4358165fab39848d872ab8d465d17d.tar.bz2
gsoc2013-evolution-4f21ad147f4358165fab39848d872ab8d465d17d.tar.lz
gsoc2013-evolution-4f21ad147f4358165fab39848d872ab8d465d17d.tar.xz
gsoc2013-evolution-4f21ad147f4358165fab39848d872ab8d465d17d.tar.zst
gsoc2013-evolution-4f21ad147f4358165fab39848d872ab8d465d17d.zip
corrected api arguments
svn path=/trunk/; revision=28330
Diffstat (limited to 'plugins/exchange-account-setup/exchange-ask-password.c')
-rw-r--r--plugins/exchange-account-setup/exchange-ask-password.c2
1 files changed, 1 insertions, 1 deletions
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);