diff options
author | JP Rosevear <jpr@ximian.com> | 2002-04-07 04:05:18 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-04-07 04:05:18 +0800 |
commit | f9af4fd6458cc2de51c53ef8d2c66ae27e2025c4 (patch) | |
tree | 60bfb2ec5155d7ee02226231c5715e96b31dea15 | |
parent | 9f091c603fe7f1b36147d1b574a1edc9bf858b5e (diff) | |
download | gsoc2013-evolution-f9af4fd6458cc2de51c53ef8d2c66ae27e2025c4.tar.gz gsoc2013-evolution-f9af4fd6458cc2de51c53ef8d2c66ae27e2025c4.tar.zst gsoc2013-evolution-f9af4fd6458cc2de51c53ef8d2c66ae27e2025c4.zip |
add config_item:type
2002-04-06 JP Rosevear <jpr@ximian.com>
* gui/GNOME_Evolution_Calendar.oaf.in: add config_item:type
svn path=/trunk/; revision=16380
-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" |