diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2785ce3875..d809837a3d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2002-03-13 Ettore Perazzoli <ettore@ximian.com> + + * gui/component/GNOME_Evolution_Addressbook.oaf.in: Add an icon + for the LDAP sources configuration control. + 2002-03-12 Ettore Perazzoli <ettore@ximian.com> * gui/component/addressbook.c: Remove verb "AddressbookConfig". diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in index 8be4e79aac..764457a5e1 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in @@ -158,6 +158,9 @@ <oaf_attribute name="evolution:config_item:description" type="string" _value="This page can be used to configure access to LDAP servers"/> + <oaf_attribute name="evolution:config_item:icon_name" type="string" + value="evolution-contacts.png"/> + <oaf_attribute name="description" type="string" _value="Configuration control for the Evolution Addressbook."/> |