aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-account-setup
diff options
context:
space:
mode:
authorSivaiah Nallagatla <snallagatla@novell.com>2004-04-13 13:06:23 +0800
committerSivaiah Nallagatla <siva@src.gnome.org>2004-04-13 13:06:23 +0800
commit4354611e365b25b2cc3466cecc402f47758a06b3 (patch)
treecf1d500d56137e0547200c7252a78a8e26b72bd2 /plugins/groupwise-account-setup
parent1ccb32cd357b433241cd557d42bdf2e221228dab (diff)
downloadgsoc2013-evolution-4354611e365b25b2cc3466cecc402f47758a06b3.tar
gsoc2013-evolution-4354611e365b25b2cc3466cecc402f47758a06b3.tar.gz
gsoc2013-evolution-4354611e365b25b2cc3466cecc402f47758a06b3.tar.bz2
gsoc2013-evolution-4354611e365b25b2cc3466cecc402f47758a06b3.tar.lz
gsoc2013-evolution-4354611e365b25b2cc3466cecc402f47758a06b3.tar.xz
gsoc2013-evolution-4354611e365b25b2cc3466cecc402f47758a06b3.tar.zst
gsoc2013-evolution-4354611e365b25b2cc3466cecc402f47758a06b3.zip
change the auth type string from Password to plain/password
2004-04-13 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-gw-listener.c (add_addressbook_sources) : change the auth type string from Password to plain/password svn path=/trunk/; revision=25426
Diffstat (limited to 'plugins/groupwise-account-setup')
-rw-r--r--plugins/groupwise-account-setup/camel-gw-listener.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/groupwise-account-setup/camel-gw-listener.c b/plugins/groupwise-account-setup/camel-gw-listener.c
index 850719486a..6ef765fdf6 100644
--- a/plugins/groupwise-account-setup/camel-gw-listener.c
+++ b/plugins/groupwise-account-setup/camel-gw-listener.c
@@ -358,7 +358,7 @@ add_addressbook_sources (EAccount *account)
group = e_source_group_new (account->name, "groupwise://");
e_source_list_add_group (list, group, -1);
source = e_source_new ("Frequent Contacts", relative_uri);
- e_source_set_property (source, "auth", "Password");
+ e_source_set_property (source, "auth", "plain/password");
e_source_set_property(source, "user", url->user);
e_source_group_add_source (group, source, -1);