aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-05-29 20:00:36 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-05-29 20:09:53 +0800
commit4860654335aea6d742215cea7f462c2e2ff2c93c (patch)
tree2addafc9f1aafd85bb1d6610d4cee6c071dc4d89 /modules
parent2d251a9597311d4eaaa73556c2c72af5fe62a86e (diff)
downloadgsoc2013-evolution-4860654335aea6d742215cea7f462c2e2ff2c93c.tar
gsoc2013-evolution-4860654335aea6d742215cea7f462c2e2ff2c93c.tar.gz
gsoc2013-evolution-4860654335aea6d742215cea7f462c2e2ff2c93c.tar.bz2
gsoc2013-evolution-4860654335aea6d742215cea7f462c2e2ff2c93c.tar.lz
gsoc2013-evolution-4860654335aea6d742215cea7f462c2e2ff2c93c.tar.xz
gsoc2013-evolution-4860654335aea6d742215cea7f462c2e2ff2c93c.tar.zst
gsoc2013-evolution-4860654335aea6d742215cea7f462c2e2ff2c93c.zip
Use F9 to toggle sidebar visibility.
As discussed recently on the users mailing list [1], there's a strong precedent among GTK+ applications for F9 to toggle sidebar visibility. Examples cited were Nautilus, Evince, Totem, Rhythmbox, File-Roller and gThumb. Change the Send/Receive accelerator from F9 to F12, and designate F9 as the accelerator for View->Layout->Show Side Bar. [1] https://mail.gnome.org/archives/evolution-list/2013-May/msg00194.html
Diffstat (limited to 'modules')
-rw-r--r--modules/mail/e-mail-shell-view-actions.c2
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 f612d159b4..66effc1cab 100644
--- a/modules/mail/e-mail-shell-view-actions.c
+++ b/modules/mail/e-mail-shell-view-actions.c
@@ -1711,7 +1711,7 @@ static GtkActionEntry mail_entries[] = {
{ "mail-send-receive",
"mail-send-receive",
N_("Send / _Receive"),
- "F9",
+ "F12",
N_("Send queued items and retrieve new items"),
G_CALLBACK (action_mail_send_receive_cb) },