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 | |
parent | 0935ca72c9f6d2d0a8df816cc8973abc660e9630 (diff) | |
download | gsoc2013-evolution-112f600af2460623119e1ac510c873088d3e1d48.tar.gz 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')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 4f768c65d5..01a567c762 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,6 +1,11 @@ 2003-10-22 Ettore Perazzoli <ettore@ximian.com> * gui/component/GNOME_Evolution_Addressbook.server.in.in: Add an + "evolution:button_icon" attribute. + +2003-10-22 Ettore Perazzoli <ettore@ximian.com> + + * gui/component/GNOME_Evolution_Addressbook.server.in.in: Add an "evolution:button_sort_order" property. 2003-10-22 Ettore Perazzoli <ettore@ximian.com> 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> |