diff options
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.oaf.in | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4e87e43517..be89c1b4b6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2002-03-13 Ettore Perazzoli <ettore@ximian.com> + + * gui/GNOME_Evolution_Calendar.oaf.in: Add an + "evolution:config_item:icon_path" attribute so we get an icon for + the calendar preferences. + 2002-03-12 Ettore Perazzoli <ettore@ximian.com> * gui/dialogs/cal-prefs-dialog.glade: Add <visible>False</visible> diff --git a/calendar/gui/GNOME_Evolution_Calendar.oaf.in b/calendar/gui/GNOME_Evolution_Calendar.oaf.in index 0452964469..caa44fc69b 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.oaf.in +++ b/calendar/gui/GNOME_Evolution_Calendar.oaf.in @@ -182,6 +182,9 @@ <oaf_attribute name="evolution:config_item:description" type="string" _value="This page can be used to configure your calendar settings"/> + <oaf_attribute name="evolution:config_item:icon_name" type="string" + value="evolution-calendar.png"/> + <oaf_attribute name="description" type="string" _value="Configuration control for the Evolution Calendar."/> |