diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-05-09 05:36:31 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-05-09 05:36:31 +0800 |
commit | 3050b3ba056b047a8a1c44c32df5c5eb8558ea58 (patch) | |
tree | 67e146341e8338820131f0efff49bf315e024a7b | |
parent | 465b7b48eeca4921cf82cb6432cfbd9a4acca3d2 (diff) | |
download | gsoc2013-evolution-3050b3ba056b047a8a1c44c32df5c5eb8558ea58.tar gsoc2013-evolution-3050b3ba056b047a8a1c44c32df5c5eb8558ea58.tar.gz gsoc2013-evolution-3050b3ba056b047a8a1c44c32df5c5eb8558ea58.tar.bz2 gsoc2013-evolution-3050b3ba056b047a8a1c44c32df5c5eb8558ea58.tar.lz gsoc2013-evolution-3050b3ba056b047a8a1c44c32df5c5eb8558ea58.tar.xz gsoc2013-evolution-3050b3ba056b047a8a1c44c32df5c5eb8558ea58.tar.zst gsoc2013-evolution-3050b3ba056b047a8a1c44c32df5c5eb8558ea58.zip |
Removed unused shortcuts which point to unimplemented folders.
* shortcuts.xml: Removed unused shortcuts which point to
unimplemented folders.
svn path=/trunk/; revision=2923
-rw-r--r-- | default_user/ChangeLog | 5 | ||||
-rw-r--r-- | default_user/shortcuts.xml | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog index 64eace043c..2b48ac04fe 100644 --- a/default_user/ChangeLog +++ b/default_user/ChangeLog @@ -1,3 +1,8 @@ +2000-05-08 Matt Loper <matt@helixcode.com> + + * shortcuts.xml: Removed unused shortcuts which point to + unimplemented folders. + 2000-05-08 Christopher James Lahey <clahey@helixcode.com> * local/Contacts/Makefile.am: Install `addressbook.db'. diff --git a/default_user/shortcuts.xml b/default_user/shortcuts.xml index 465b81f93e..3838b14164 100644 --- a/default_user/shortcuts.xml +++ b/default_user/shortcuts.xml @@ -2,9 +2,9 @@ <shortcuts> <group title="Evolution shortcuts"> <item>evolution:/local/Inbox</item> - <item>evolution:/local/Outbox</item> +<!-- <item>evolution:/local/Outbox</item> <item>evolution:/local/Trash</item> - <item>evolution:/local/Drafts</item> + <item>evolution:/local/Drafts</item> --> <item>evolution:/local/Calendar</item> <item>evolution:/local/Contacts</item> </group> @@ -15,6 +15,8 @@ <item>evolution:/local/Directories/Netcenter</item> </group> - <group title="Personal shortcuts"> +<!-- <group title="Personal shortcuts"> </group> +--> </shortcuts> + |