diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-03 21:35:10 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-03 21:35:10 +0800 |
commit | 47dc3d086d7b365f2f96d70301f19fd560b75f35 (patch) | |
tree | de6eac85d93c3a81310e6c419641c511434c3966 /default_user/shortcuts.xml | |
parent | 8a9d50f560ee0d5d26c77b5868af2baa0ab0bb2f (diff) | |
download | gsoc2013-evolution-47dc3d086d7b365f2f96d70301f19fd560b75f35.tar.gz gsoc2013-evolution-47dc3d086d7b365f2f96d70301f19fd560b75f35.tar.zst gsoc2013-evolution-47dc3d086d7b365f2f96d70301f19fd560b75f35.zip |
Remove `shortcuts.xml'. The shell is now able to create that by itself.
* Makefile.am (default_DATA): Remove `shortcuts.xml'. The shell
is now able to create that by itself.
svn path=/trunk/; revision=10745
Diffstat (limited to 'default_user/shortcuts.xml')
-rw-r--r-- | default_user/shortcuts.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/default_user/shortcuts.xml b/default_user/shortcuts.xml deleted file mode 100644 index 32cf2dd096..0000000000 --- a/default_user/shortcuts.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0"?> -<shortcuts> - <group title="Evolution shortcuts"> - <item>evolution:/local/Inbox</item> -<!-- <item>evolution:/local/Outbox</item> - <item>evolution:/local/Trash</item> - <item>evolution:/local/Drafts</item> --> - <item>evolution:/local/Calendar</item> - <item>evolution:/local/Tasks</item> - <item>evolution:/local/Contacts</item> - </group> - - -<!-- <group title="Personal shortcuts"> - </group> ---> -</shortcuts> - |