aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/component/addressbook-config.c2
1 files changed, 2 insertions, 0 deletions
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");