diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-10-12 07:51:30 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-10-12 07:51:30 +0800 |
commit | f21e252850dd9fb2a2709c33dcc6622e7a08ecef (patch) | |
tree | ee5f4db0b7f722e17db069a010a8d99e4517892c /default_user | |
parent | 6a5f7cd5df189fd15ab359d4e771bdf3bf3aa442 (diff) | |
download | gsoc2013-evolution-f21e252850dd9fb2a2709c33dcc6622e7a08ecef.tar gsoc2013-evolution-f21e252850dd9fb2a2709c33dcc6622e7a08ecef.tar.gz gsoc2013-evolution-f21e252850dd9fb2a2709c33dcc6622e7a08ecef.tar.bz2 gsoc2013-evolution-f21e252850dd9fb2a2709c33dcc6622e7a08ecef.tar.lz gsoc2013-evolution-f21e252850dd9fb2a2709c33dcc6622e7a08ecef.tar.xz gsoc2013-evolution-f21e252850dd9fb2a2709c33dcc6622e7a08ecef.tar.zst gsoc2013-evolution-f21e252850dd9fb2a2709c33dcc6622e7a08ecef.zip |
Disable the executive-summary for 0.6
svn path=/trunk/; revision=5870
Diffstat (limited to 'default_user')
-rw-r--r-- | default_user/ChangeLog | 6 | ||||
-rw-r--r-- | default_user/local/Makefile.am | 1 | ||||
-rw-r--r-- | default_user/shortcuts.xml | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog index 9c302f08e1..a63d2c4404 100644 --- a/default_user/ChangeLog +++ b/default_user/ChangeLog @@ -1,3 +1,9 @@ +2000-10-12 Iain Holmes <iain@helixcode.com> + + * local/Makefile.am: And removed it again. + + * shortcuts.xml: Commented out the Exec-summary. + 2000-10-10 Iain Holmes <iain@helixcode.com> * local/Makefile.am: Added the Executive-Summary dir. diff --git a/default_user/local/Makefile.am b/default_user/local/Makefile.am index fa7974678d..c3f964487a 100644 --- a/default_user/local/Makefile.am +++ b/default_user/local/Makefile.am @@ -2,7 +2,6 @@ SUBDIRS = \ Calendar \ Contacts \ Drafts \ - Executive-Summary \ Inbox \ Outbox \ Sent \ diff --git a/default_user/shortcuts.xml b/default_user/shortcuts.xml index 1107fa043e..d93beb3627 100644 --- a/default_user/shortcuts.xml +++ b/default_user/shortcuts.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <shortcuts> <group title="Evolution shortcuts"> - <item>evolution:/local/Executive-Summary</item> +<!-- <item>evolution:/local/Executive-Summary</item> --> <item>evolution:/local/Inbox</item> <!-- <item>evolution:/local/Outbox</item> <item>evolution:/local/Trash</item> |