diff options
author | Dan Winship <danw@src.gnome.org> | 2002-08-29 05:21:07 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-08-29 05:21:07 +0800 |
commit | 706367709628037c10afd18fd28a7e9fd912d3d5 (patch) | |
tree | 03d7718dbad26588c615f6b29323a69c856f2655 /calendar | |
parent | af0e35d3d18666065f550d66c7b698cb361c2581 (diff) | |
download | gsoc2013-evolution-706367709628037c10afd18fd28a7e9fd912d3d5.tar.gz gsoc2013-evolution-706367709628037c10afd18fd28a7e9fd912d3d5.tar.zst gsoc2013-evolution-706367709628037c10afd18fd28a7e9fd912d3d5.zip |
Add an evolution:shell_component_launch_order and rename
* gui/GNOME_Evolution_Calendar.oaf.in: Add an
evolution:shell_component_launch_order and rename
evolution:shell_component_icon.
svn path=/trunk/; revision=17907
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" |