diff options
author | Sivaiah Nallagatla <snallagatla@novell.com> | 2004-06-19 12:48:41 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2004-06-19 12:48:41 +0800 |
commit | 413c72cd209f55614e0cbf458bf69bfc66cb6204 (patch) | |
tree | b591c49e8608f74dad43ae6808da147fa1c92d26 /addressbook/gui/component | |
parent | 78c1f07321a454fecec9ec16654018d4e4e6180d (diff) | |
download | gsoc2013-evolution-413c72cd209f55614e0cbf458bf69bfc66cb6204.tar.gz gsoc2013-evolution-413c72cd209f55614e0cbf458bf69bfc66cb6204.tar.zst gsoc2013-evolution-413c72cd209f55614e0cbf458bf69bfc66cb6204.zip |
set auth-domain property on groupwise sources, so that newly created
2004-06-19 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/component/addressbook-config.c (dialog_to_source) :
set auth-domain property on groupwise sources, so that
newly created contact groups can share remembered passwords
svn path=/trunk/; revision=26434
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/addressbook-config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index 76c82bec34..b2e7798277 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -260,6 +260,7 @@ dialog_to_source (AddressbookSourceDialog *dialog, ESource *source, gboolean tem property_value = e_source_get_property (existing_source, "user"); e_source_set_property (source, "user", property_value); } + e_source_set_property (source, "auth-domain", "Groupwise"); str = g_strconcat (";", gtk_entry_get_text (GTK_ENTRY (dialog->display_name)), NULL); e_source_set_relative_uri (source, str); g_free (str); |