diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-10-26 07:03:33 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-10-26 07:03:33 +0800 |
commit | 20394851919f80269d11aa460e60f2bd1e46b7dc (patch) | |
tree | 6b3fc7cd84913f288434f58e5a4a9cb86604b073 /default_user | |
parent | 8ab09706d1ddaa55f1e76dc395fdee2104e4d105 (diff) | |
download | gsoc2013-evolution-20394851919f80269d11aa460e60f2bd1e46b7dc.tar.gz gsoc2013-evolution-20394851919f80269d11aa460e60f2bd1e46b7dc.tar.zst gsoc2013-evolution-20394851919f80269d11aa460e60f2bd1e46b7dc.zip |
Summary is back in :D
Fixed a silly size issue for composer file selectors.
svn path=/trunk/; revision=6187
Diffstat (limited to 'default_user')
-rw-r--r-- | default_user/ChangeLog | 7 | ||||
-rw-r--r-- | default_user/local/Makefile.am | 1 | ||||
-rw-r--r-- | default_user/shortcuts.xml | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog index a63d2c4404..7f728d3a22 100644 --- a/default_user/ChangeLog +++ b/default_user/ChangeLog @@ -1,3 +1,10 @@ +2000-10-25 Iain Holmes <iain@helixcode.com> + + * local/Makefile.am: Added executive-summary again. + + * shortcurts.xml: In out, in out and shake it all about + The executive summary is back in. + 2000-10-12 Iain Holmes <iain@helixcode.com> * local/Makefile.am: And removed it again. diff --git a/default_user/local/Makefile.am b/default_user/local/Makefile.am index c3f964487a..fa7974678d 100644 --- a/default_user/local/Makefile.am +++ b/default_user/local/Makefile.am @@ -2,6 +2,7 @@ SUBDIRS = \ Calendar \ Contacts \ Drafts \ + Executive-Summary \ Inbox \ Outbox \ Sent \ diff --git a/default_user/shortcuts.xml b/default_user/shortcuts.xml index d93beb3627..1107fa043e 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> |