aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 890a831b1c..6502bda87e 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-04 Chris Toshok <toshok@ximian.com>
+
+ * gui/component/addressbook-component.c: use ldap.png for ldap
+ contacts.
+
2001-10-03 Iain Holmes <iain@ximian.com>
* addressbook/gui/component/addressbook-storage.c
diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c
index 3e414f86f9..893354642b 100644
--- a/addressbook/gui/component/addressbook-component.c
+++ b/addressbook/gui/component/addressbook-component.c
@@ -65,7 +65,7 @@ static char *accepted_dnd_types[] = {
static const EvolutionShellComponentFolderType folder_types[] = {
{ "contacts", "evolution-contacts.png", N_("Contacts"), N_("Folder containing contact information"),
TRUE, accepted_dnd_types, NULL },
- { "ldap-contacts", "ldap-16.png", N_("LDAP Server"), N_("LDAP server containing contact information"),
+ { "ldap-contacts", "ldap.png", N_("LDAP Server"), N_("LDAP server containing contact information"),
TRUE, accepted_dnd_types, NULL },
{ NULL }
};