diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-30 06:49:38 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-30 06:49:38 +0800 |
commit | 553e4a6f486c64a77af9a159c47223e5fc84f8c8 (patch) | |
tree | 8279cf33039b977e76f0f28ca21ebdcfcd7787c7 /my-evolution | |
parent | 8c4a76539344e79b7855d0d8973cbd335cadbe28 (diff) | |
download | gsoc2013-evolution-553e4a6f486c64a77af9a159c47223e5fc84f8c8.tar.gz gsoc2013-evolution-553e4a6f486c64a77af9a159c47223e5fc84f8c8.tar.zst gsoc2013-evolution-553e4a6f486c64a77af9a159c47223e5fc84f8c8.zip |
Add priority.
* GNOME_Evolution_Summary.oaf.in: Add priority.
svn path=/trunk/; revision=16295
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."/> |