From 259a514b63fd46a013d3689833754e42525435e8 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sat, 20 Oct 2001 23:01:53 +0000 Subject: Make LDAP servers non-user-creatable. * gui/component/addressbook-component.c: Make LDAP servers non-user-creatable. svn path=/trunk/; revision=13833 --- addressbook/gui/component/addressbook-component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index c0f834f08c..43dcb6098f 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -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 } }; -- cgit v1.2.3