diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.oaf.in | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9361f905d4..e0ee846652 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2002-04-06 JP Rosevear <jpr@ximian.com> + + * gui/GNOME_Evolution_Calendar.oaf.in: add config_item:type + 2002-04-01 Kjartan Maraas <kmaraas@gnome.org> * gui/e-itip-control.c: Fix a string. diff --git a/calendar/gui/GNOME_Evolution_Calendar.oaf.in b/calendar/gui/GNOME_Evolution_Calendar.oaf.in index 5f94f69a61..ce53fba7e6 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.oaf.in +++ b/calendar/gui/GNOME_Evolution_Calendar.oaf.in @@ -185,6 +185,11 @@ <oaf_attribute name="evolution:config_item:icon_name" type="string" value="evolution-calendar.png"/> + <oaf_attribute name="evolution:config_item:type" type="stringv"> + <item value="calendar"/> + <item value="tasks"/> + </oaf_attribute> + <oaf_attribute name="evolution:config_item:priority" type="string" value="-7"/> <oaf_attribute name="description" type="string" |