diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2005-12-31 14:44:58 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-12-31 14:44:58 +0800 |
commit | 7fcaf184d56bd87d5b11b04a8b430e9f329432eb (patch) | |
tree | 92493e462a548d8d1ecef5feed17caac93e70e12 /ui/evolution-mail-message.xml | |
parent | 64f1b2b1dc4ab668ab1663eec4d82d8c1d1af035 (diff) | |
download | gsoc2013-evolution-7fcaf184d56bd87d5b11b04a8b430e9f329432eb.tar.gz gsoc2013-evolution-7fcaf184d56bd87d5b11b04a8b430e9f329432eb.tar.zst gsoc2013-evolution-7fcaf184d56bd87d5b11b04a8b430e9f329432eb.zip |
Revert the patch committed for shortcut to mark spam (see 2005-12-16
2005-12-31 Harish Krishnaswamy <kharish@novell.com>
* evolution-mail-message.xml : Revert the patch committed
for shortcut to mark spam (see 2005-12-16 below)
as it uses an existing accel.
svn path=/trunk/; revision=30983
Diffstat (limited to 'ui/evolution-mail-message.xml')
-rw-r--r-- | ui/evolution-mail-message.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index c237753df4..f3183b68c8 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -101,11 +101,11 @@ <cmd name="MessageMarkAsJunk" _tip="Mark the selected message(s) as junk" - accel="*Control*j" pixtype="pixbuf"/> + pixtype="pixbuf"/> <cmd name="MessageMarkAsNotJunk" _tip="Mark the selected message(s) as not being junk" - accel="*Control**Shift*j" pixtype="pixbuf"/> + pixtype="pixbuf"/> <cmd name="MessageFilterJunk" _tip="Filter the selected messages for junk status" |