diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-23 08:22:22 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-23 08:22:22 +0800 |
commit | 112f600af2460623119e1ac510c873088d3e1d48 (patch) | |
tree | 2a7e2eb230fd02e96b55daa8e2431d154f85c558 /addressbook/gui/component | |
parent | 0935ca72c9f6d2d0a8df816cc8973abc660e9630 (diff) | |
download | gsoc2013-evolution-112f600af2460623119e1ac510c873088d3e1d48.tar gsoc2013-evolution-112f600af2460623119e1ac510c873088d3e1d48.tar.gz gsoc2013-evolution-112f600af2460623119e1ac510c873088d3e1d48.tar.bz2 gsoc2013-evolution-112f600af2460623119e1ac510c873088d3e1d48.tar.lz gsoc2013-evolution-112f600af2460623119e1ac510c873088d3e1d48.tar.xz gsoc2013-evolution-112f600af2460623119e1ac510c873088d3e1d48.tar.zst gsoc2013-evolution-112f600af2460623119e1ac510c873088d3e1d48.zip |
Add an "evolution:button_icon" attribute.
Add an
"evolution:button_icon" attribute.
svn path=/trunk/; revision=23024
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in index 23e665c5fd..882701fc76 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in @@ -59,6 +59,7 @@ <oaf_attribute name="evolution:button_label" type="string" _value="Contacts"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-9"/> + <oaf_attribute name="evolution:button_icon" type="string" value="evolution-contacts.png"/> </oaf_server> |