diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.oaf.in | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9a68266430..0fa52253aa 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2002-08-28 Dan Winship <danw@ximian.com> + + * gui/GNOME_Evolution_Calendar.oaf.in: Add an + evolution:shell_component_launch_order and rename + evolution:shell_component_icon. + 2002-08-27 Rodrigo Moya <rodrigo@ximian.com> * gui/calendar-config.c: use EConfigListener instead of direct access diff --git a/calendar/gui/GNOME_Evolution_Calendar.oaf.in b/calendar/gui/GNOME_Evolution_Calendar.oaf.in index dece5a0993..9ac8d1bed0 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.oaf.in +++ b/calendar/gui/GNOME_Evolution_Calendar.oaf.in @@ -45,8 +45,10 @@ <oaf_attribute name="description" type="string" _value="Evolution component for handling the calendar."/> - <oaf_attribute name="evolution:shell-component-icon" type="string" + <oaf_attribute name="evolution:shell_component_icon" type="string" value="evolution-calendar.png"/> + <oaf_attribute name="evolution:shell_component_launch_order" type="number" + value="3"/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Calendar_ControlFactory" |