From 6c2e746a7d99f1f1859b07c07eecf476fb5d0831 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 16 Aug 2002 19:16:07 +0000 Subject: fix c&p error that was losing the ssl setting. 2002-08-16 Chris Toshok * gui/component/addressbook-config.c (addressbook_source_dialog_set_source): fix c&p error that was losing the ssl setting. svn path=/trunk/; revision=17792 --- addressbook/ChangeLog | 6 ++++++ addressbook/gui/component/addressbook-config.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 1377c572e8..410ebb1e95 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2002-08-16 Chris Toshok + + * gui/component/addressbook-config.c + (addressbook_source_dialog_set_source): fix c&p error that was + losing the ssl setting. + 2002-08-16 Iain * backends/e-book/evolution-ldif-importer.c (ebook_create): Use the diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index 8a92c400ab..7682f815ab 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -292,7 +292,7 @@ addressbook_source_dialog_set_source (AddressbookSourceDialog *dialog, Addressbo dialog->scope = source ? source->scope : ADDRESSBOOK_LDAP_SCOPE_ONELEVEL; gtk_option_menu_set_history (GTK_OPTION_MENU(dialog->scope_optionmenu), dialog->scope); - dialog->ssl = source ? source->auth : ADDRESSBOOK_LDAP_SSL_WHENEVER_POSSIBLE; + dialog->ssl = source ? source->ssl : ADDRESSBOOK_LDAP_SSL_WHENEVER_POSSIBLE; gtk_option_menu_set_history (GTK_OPTION_MENU(dialog->ssl_optionmenu), dialog->ssl); } -- cgit v1.2.3