diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook-config.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 219eefec22..411d5a0034 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2004-05-28 Christophe Fergeau <teuf@gnome.org> + + * gui/component/addressbook-config.c: added missing #ifdef HAVE_LDAP + 2004-05-26 Radek Doulik <rodo@ximian.com> * gui/widgets/e-addressbook-view.c (e_contact_print_button): call diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index 47ca15ebc5..0f24f168ea 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -1102,7 +1102,9 @@ addressbook_add_server_dialog (void) G_CALLBACK (source_group_changed_cb), sdialog); setup_general_tab (sdialog, add_folder_modify); +#ifdef HAVE_LDAP setup_searching_tab (sdialog, add_folder_modify); +#endif setup_connecting_tab (sdialog, add_folder_modify); sdialog->auth_frame = glade_xml_get_widget (sdialog->gui, "authentication-frame"); |