diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-28 01:38:17 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-28 05:35:21 +0800 |
commit | 7dc82b2dcbab7f85504c3061ef45cc4249821e42 (patch) | |
tree | c54a1b8936775cfb12d4401f8c18ce85f504aa1d /modules/mail/e-mail-shell-view-actions.c | |
parent | 0e1066b431b3d172c18b7be8744875942515e117 (diff) | |
download | gsoc2013-evolution-7dc82b2dcbab7f85504c3061ef45cc4249821e42.tar.gz gsoc2013-evolution-7dc82b2dcbab7f85504c3061ef45cc4249821e42.tar.zst gsoc2013-evolution-7dc82b2dcbab7f85504c3061ef45cc4249821e42.zip |
Add vertical view to Memos and Tasks.
Diffstat (limited to 'modules/mail/e-mail-shell-view-actions.c')
-rw-r--r-- | modules/mail/e-mail-shell-view-actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail/e-mail-shell-view-actions.c b/modules/mail/e-mail-shell-view-actions.c index 22bd86320b..08a8d12aa0 100644 --- a/modules/mail/e-mail-shell-view-actions.c +++ b/modules/mail/e-mail-shell-view-actions.c @@ -1322,7 +1322,7 @@ static GtkRadioActionEntry mail_view_entries[] = { /* This action represents the initial active mail view. * It should not be visible in the UI, nor should it be * possible to switch to it from another shell view. */ - { "mail-view-internal", + { "mail-view-initial", NULL, NULL, NULL, |