ifdef this HAVE_LDAP.
2001-08-07 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-storage.c (remove_ldap_folder): ifdef this HAVE_LDAP. svn path=/trunk/; revision=11763
This commit is contained in:
committed by
Chris Toshok
parent
dfc4a34055
commit
4b2b8ed9be
@ -1,3 +1,8 @@
|
||||
2001-08-07 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* gui/component/addressbook-storage.c (remove_ldap_folder): ifdef
|
||||
this HAVE_LDAP.
|
||||
|
||||
2001-08-07 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* gui/search/e-addressbook-search-dialog.c
|
||||
|
||||
@ -109,6 +109,7 @@ addressbook_storage_setup (EvolutionShellComponent *shell_component,
|
||||
deregister_storage ();
|
||||
}
|
||||
|
||||
#ifdef HAVE_LDAP
|
||||
static void
|
||||
remove_ldap_folder (EvolutionStorage *storage,
|
||||
const CORBA_char *path, const CORBA_char *physical_uri,
|
||||
@ -118,6 +119,7 @@ remove_ldap_folder (EvolutionStorage *storage,
|
||||
addressbook_storage_write_sources();
|
||||
*result = GNOME_Evolution_Storage_OK;
|
||||
}
|
||||
#endif
|
||||
|
||||
static void
|
||||
register_storage (void)
|
||||
|
||||
Reference in New Issue
Block a user