diff options
author | Chris Toshok <toshok@ximian.com> | 2001-10-05 01:53:42 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-10-05 01:53:42 +0800 |
commit | 4ac79b2b5b74f4dc523e0d5ccd2c86b292c0aebc (patch) | |
tree | f829772b292bdd4be4004159b4b3b03fd63c8669 | |
parent | 30789731a9e9e4e955a074e2169d74b82e8e2725 (diff) | |
download | gsoc2013-evolution-4ac79b2b5b74f4dc523e0d5ccd2c86b292c0aebc.tar gsoc2013-evolution-4ac79b2b5b74f4dc523e0d5ccd2c86b292c0aebc.tar.gz gsoc2013-evolution-4ac79b2b5b74f4dc523e0d5ccd2c86b292c0aebc.tar.bz2 gsoc2013-evolution-4ac79b2b5b74f4dc523e0d5ccd2c86b292c0aebc.tar.lz gsoc2013-evolution-4ac79b2b5b74f4dc523e0d5ccd2c86b292c0aebc.tar.xz gsoc2013-evolution-4ac79b2b5b74f4dc523e0d5ccd2c86b292c0aebc.tar.zst gsoc2013-evolution-4ac79b2b5b74f4dc523e0d5ccd2c86b292c0aebc.zip |
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
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook-component.c | 2 |
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 } }; |