diff options
Diffstat (limited to 'my-evolution')
-rw-r--r-- | my-evolution/ChangeLog | 4 | ||||
-rw-r--r-- | my-evolution/GNOME_Evolution_Summary.oaf.in | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 8b79b810e0..5c6c4970cd 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,7 @@ +2002-03-29 Ettore Perazzoli <ettore@ximian.com> + + * GNOME_Evolution_Summary.oaf.in: Add priority. + 2002-03-19 Dan Winship <danw@ximian.com> * Makefile.am (evolution_executive_summary_LDADD): diff --git a/my-evolution/GNOME_Evolution_Summary.oaf.in b/my-evolution/GNOME_Evolution_Summary.oaf.in index d360e0e10b..60a49aa845 100644 --- a/my-evolution/GNOME_Evolution_Summary.oaf.in +++ b/my-evolution/GNOME_Evolution_Summary.oaf.in @@ -39,11 +39,13 @@ _value="Summary Preferences"/> <oaf_attribute name="evolution:config_item:description" type="string" - _value="This page can be used to control the appearance of the Evolution Summary"/> + _value="This page can be used to customize the appearance of the Summary page."/> <oaf_attribute name="evolution:config_item:icon_name" type="string" value="evolution-today.png"/> + <oaf_attribute name="evolution:config_item:priority" type="string" value="-5"/> + <oaf_attribute name="description" type="string" _value="Configuration control for the Evolution Summary."/> |