diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-15 00:23:35 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-15 00:23:35 +0800 |
commit | 1dcad071c892dd078670f7ee45a2f0dbd93815d8 (patch) | |
tree | a3c391d82a8e1732813c2fb18e5b0780026c9eac /addressbook/gui/component | |
parent | 57583034748a920cc7fff02c4872e4bb3d4d3f3b (diff) | |
download | gsoc2013-evolution-1dcad071c892dd078670f7ee45a2f0dbd93815d8.tar gsoc2013-evolution-1dcad071c892dd078670f7ee45a2f0dbd93815d8.tar.gz gsoc2013-evolution-1dcad071c892dd078670f7ee45a2f0dbd93815d8.tar.bz2 gsoc2013-evolution-1dcad071c892dd078670f7ee45a2f0dbd93815d8.tar.lz gsoc2013-evolution-1dcad071c892dd078670f7ee45a2f0dbd93815d8.tar.xz gsoc2013-evolution-1dcad071c892dd078670f7ee45a2f0dbd93815d8.tar.zst gsoc2013-evolution-1dcad071c892dd078670f7ee45a2f0dbd93815d8.zip |
Icon property for the addressbook component.
svn path=/trunk/; revision=5917
Diffstat (limited to 'addressbook/gui/component')
3 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in index a0994d594c..a41848b25b 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in @@ -85,6 +85,8 @@ <oaf_attribute name="description" type="string" value="Evolution component for handling contacts."/> + <oaf_attribute name="evolution:shell-component-icon" type="string" + value="evolution-contacts.png"/> </oaf_server> </oaf_info> diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.oafinfo b/addressbook/gui/component/GNOME_Evolution_Addressbook.oafinfo index a0994d594c..a41848b25b 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.oafinfo +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.oafinfo @@ -85,6 +85,8 @@ <oaf_attribute name="description" type="string" value="Evolution component for handling contacts."/> + <oaf_attribute name="evolution:shell-component-icon" type="string" + value="evolution-contacts.png"/> </oaf_server> </oaf_info> diff --git a/addressbook/gui/component/addressbook.oafinfo b/addressbook/gui/component/addressbook.oafinfo index a0994d594c..a41848b25b 100644 --- a/addressbook/gui/component/addressbook.oafinfo +++ b/addressbook/gui/component/addressbook.oafinfo @@ -85,6 +85,8 @@ <oaf_attribute name="description" type="string" value="Evolution component for handling contacts."/> + <oaf_attribute name="evolution:shell-component-icon" type="string" + value="evolution-contacts.png"/> </oaf_server> </oaf_info> |