aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-21 07:01:53 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-21 07:01:53 +0800
commit259a514b63fd46a013d3689833754e42525435e8 (patch)
tree3ff3d1bc46b4f63c0b8a1e340113329ff19008f4
parentbb068baabdcba06fb0353077329387982e36b925 (diff)
downloadgsoc2013-evolution-259a514b63fd46a013d3689833754e42525435e8.tar
gsoc2013-evolution-259a514b63fd46a013d3689833754e42525435e8.tar.gz
gsoc2013-evolution-259a514b63fd46a013d3689833754e42525435e8.tar.bz2
gsoc2013-evolution-259a514b63fd46a013d3689833754e42525435e8.tar.lz
gsoc2013-evolution-259a514b63fd46a013d3689833754e42525435e8.tar.xz
gsoc2013-evolution-259a514b63fd46a013d3689833754e42525435e8.tar.zst
gsoc2013-evolution-259a514b63fd46a013d3689833754e42525435e8.zip
Make LDAP servers non-user-creatable.
* gui/component/addressbook-component.c: Make LDAP servers non-user-creatable. svn path=/trunk/; revision=13833
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/addressbook-component.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 2ab3e9b4b7..a820c5a521 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -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
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 }
};