diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-06-22 01:57:16 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-06-22 01:57:16 +0800 |
commit | 78d55ba5bb7532ea7a930d77165d7ef8d54a0438 (patch) | |
tree | 9295d65127c3a3f3ed243c424701b81037b9ad8d /ui | |
parent | 09cf8261f05b531bf2bbe55882d3c034becfe2ca (diff) | |
download | gsoc2013-evolution-78d55ba5bb7532ea7a930d77165d7ef8d54a0438.tar.gz gsoc2013-evolution-78d55ba5bb7532ea7a930d77165d7ef8d54a0438.tar.zst gsoc2013-evolution-78d55ba5bb7532ea7a930d77165d7ef8d54a0438.zip |
Patch from Roshan Kumar Singh <roshan.singh08@yahoo.com>: Fix for bug #395636 (Added a couple of missing accel keys)
svn path=/trunk/; revision=35674
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 7 | ||||
-rw-r--r-- | ui/evolution-mail-list.xml | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index eabc9a50ea..0e592dd46f 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,10 @@ +2008-06-21 Roshan Kumar Singh <roshan.singh08@yahoo.com> + + ** Fix for bug #395636 + + * evolution-mail-list.xml: Added accel key Ctrl+Shift+B for collapsing + all threads and Ctrl+/ for marking all messages as read. + 2008-06-02 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #531836 diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index 079dcb693f..5071228f8d 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -31,7 +31,7 @@ accel="*Control*h"/> <cmd name="MessageMarkAllAsRead" - _tip="Mark all messages in the folder as read" + _tip="Mark all messages in the folder as read" accel="*Control*slash" pixtype="pixbuf"/> <cmd name="ChangeFolderProperties" @@ -72,7 +72,7 @@ type="toggle" /> <cmd name="ViewThreadsCollapseAll" - _tip="Collapse all message threads"/> + _tip="Collapse all message threads" accel="*Control**Shift*b"/> <cmd name="ViewThreadsExpandAll" _tip="Expand all message threads"/> |