diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-14 01:18:56 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-14 01:18:56 +0800 |
commit | 4cd405034c0e07d8c15b01f29bcdcc98f78b8bbe (patch) | |
tree | 53b2a64738ad59f4b1e9a68200f5e4f7c023bc3e /addressbook | |
parent | f474b773772255109ff7a555ef94a9d9e1a53e95 (diff) | |
download | gsoc2013-evolution-4cd405034c0e07d8c15b01f29bcdcc98f78b8bbe.tar.gz gsoc2013-evolution-4cd405034c0e07d8c15b01f29bcdcc98f78b8bbe.tar.zst gsoc2013-evolution-4cd405034c0e07d8c15b01f29bcdcc98f78b8bbe.zip |
Add an icon for the LDAP sources configuration control.
* gui/component/GNOME_Evolution_Addressbook.oaf.in: Add an icon
for the LDAP sources configuration control.
svn path=/trunk/; revision=16143
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."/> |