aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-03-30 06:49:16 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-03-30 06:49:16 +0800
commite718f1376203b4206a4625d226e9b27efd74baac (patch)
treec6632b0a688d1920251447c7ce891405a551dff5
parent2a151588c8818abdf4c6155d21dc9a422c90ae63 (diff)
downloadgsoc2013-evolution-e718f1376203b4206a4625d226e9b27efd74baac.tar
gsoc2013-evolution-e718f1376203b4206a4625d226e9b27efd74baac.tar.gz
gsoc2013-evolution-e718f1376203b4206a4625d226e9b27efd74baac.tar.bz2
gsoc2013-evolution-e718f1376203b4206a4625d226e9b27efd74baac.tar.lz
gsoc2013-evolution-e718f1376203b4206a4625d226e9b27efd74baac.tar.xz
gsoc2013-evolution-e718f1376203b4206a4625d226e9b27efd74baac.tar.zst
gsoc2013-evolution-e718f1376203b4206a4625d226e9b27efd74baac.zip
Set a priority for the config item. Rename to "Calendar and Tasks".
* gui/GNOME_Evolution_Calendar.oaf.in: Set a priority for the config item. Rename to "Calendar and Tasks". svn path=/trunk/; revision=16293
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/GNOME_Evolution_Calendar.oaf.in6
2 files changed, 9 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 023d37788d..cdc72ace74 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-29 Ettore Perazzoli <ettore@ximian.com>
+
+ * gui/GNOME_Evolution_Calendar.oaf.in: Set a priority for the
+ config item. Rename to "Calendar and Tasks".
+
2002-03-29 JP Rosevear <jpr@ximian.com>
* conduits/calendar/Makefile.am: s/libversit.la/libversit.a/
diff --git a/calendar/gui/GNOME_Evolution_Calendar.oaf.in b/calendar/gui/GNOME_Evolution_Calendar.oaf.in
index caa44fc69b..5f94f69a61 100644
--- a/calendar/gui/GNOME_Evolution_Calendar.oaf.in
+++ b/calendar/gui/GNOME_Evolution_Calendar.oaf.in
@@ -177,14 +177,16 @@
</oaf_attribute>
<oaf_attribute name="evolution:config_item:title" type="string"
- _value="Calendar Settings"/>
+ _value="Calendar and Tasks"/>
<oaf_attribute name="evolution:config_item:description" type="string"
- _value="This page can be used to configure your calendar settings"/>
+ _value="This page can be used to configure Calendar and Task preferences"/>
<oaf_attribute name="evolution:config_item:icon_name" type="string"
value="evolution-calendar.png"/>
+ <oaf_attribute name="evolution:config_item:priority" type="string" value="-7"/>
+
<oaf_attribute name="description" type="string"
_value="Configuration control for the Evolution Calendar."/>