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/gui | |
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/gui')
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in | 3 |
1 files changed, 3 insertions, 0 deletions
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."/> |