use ldap.png for ldap contacts.

2001-10-04  Chris Toshok  <toshok@ximian.com>

	* gui/component/addressbook-component.c: use ldap.png for ldap
	contacts.

svn path=/trunk/; revision=13411
This commit is contained in:
Chris Toshok
2001-10-04 17:53:42 +00:00
committed by Chris Toshok
parent 30789731a9
commit 4ac79b2b5b
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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
@@ -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 }
};