Make LDAP servers non-user-creatable.

* gui/component/addressbook-component.c: Make LDAP servers
non-user-creatable.

svn path=/trunk/; revision=13833
This commit is contained in:
Ettore Perazzoli
2001-10-20 23:01:53 +00:00
parent bb068baabd
commit 259a514b63
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-10-20 Ettore Perazzoli <ettore@ximian.com>
* gui/component/addressbook-component.c: Make LDAP servers
non-user-creatable.
2001-10-20 Jon Trowbridge <trow@ximian.com>
* printing/e-contact-print.c (e_contact_print_card): Check that the

View File

@ -66,7 +66,7 @@ static const EvolutionShellComponentFolderType folder_types[] = {
{ "contacts", "evolution-contacts.png", N_("Contacts"), N_("Folder containing contact information"),
TRUE, accepted_dnd_types, NULL },
{ "ldap-contacts", "ldap.png", N_("LDAP Server"), N_("LDAP server containing contact information"),
TRUE, accepted_dnd_types, NULL },
FALSE, accepted_dnd_types, NULL },
{ NULL }
};