diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-23 08:22:42 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-23 08:22:42 +0800 |
commit | b467d0af35b230923dcd01a730e88a4a45f0d143 (patch) | |
tree | 066c0d8a155552c13c315042412bad47b49d0a88 | |
parent | 112f600af2460623119e1ac510c873088d3e1d48 (diff) | |
download | gsoc2013-evolution-b467d0af35b230923dcd01a730e88a4a45f0d143.tar gsoc2013-evolution-b467d0af35b230923dcd01a730e88a4a45f0d143.tar.gz gsoc2013-evolution-b467d0af35b230923dcd01a730e88a4a45f0d143.tar.bz2 gsoc2013-evolution-b467d0af35b230923dcd01a730e88a4a45f0d143.tar.lz gsoc2013-evolution-b467d0af35b230923dcd01a730e88a4a45f0d143.tar.xz gsoc2013-evolution-b467d0af35b230923dcd01a730e88a4a45f0d143.tar.zst gsoc2013-evolution-b467d0af35b230923dcd01a730e88a4a45f0d143.zip |
Add an "evolution:button_icon" attribute.
svn path=/trunk/; revision=23025
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.server.in.in | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 5f318625c1..1b7fec48bc 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,6 +1,11 @@ 2003-10-22 Ettore Perazzoli <ettore@ximian.com> * gui/GNOME_Evolution_Calendar.server.in.in: Add an + "evolution:button_icon" attribute. + +2003-10-22 Ettore Perazzoli <ettore@ximian.com> + + * gui/GNOME_Evolution_Calendar.server.in.in: Add an "evoution:button_sort_order" attribute. 2003-10-22 Ettore Perazzoli <ettore@ximian.com> diff --git a/calendar/gui/GNOME_Evolution_Calendar.server.in.in b/calendar/gui/GNOME_Evolution_Calendar.server.in.in index 753c098028..21615173f5 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.server.in.in +++ b/calendar/gui/GNOME_Evolution_Calendar.server.in.in @@ -42,6 +42,7 @@ <oaf_attribute name="name" type="string" _value="Evolution's Calendar component"/> <oaf_attribute name="evolution:button_label" type="string" _value="Calendars"/> + <oaf_attribute name="evolution:button_icon" type="string" value="evolution-calendar.png"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/> </oaf_server> |