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:
Chris Toshok
2001-08-08 03:42:39 +00:00
committed by Chris Toshok
parent dfc4a34055
commit 4b2b8ed9be
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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)