aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorSankar P <psankar@novell.com>2005-11-11 16:02:48 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2005-11-11 16:02:48 +0800
commit29093629727c5d91023b40580475cb0daa0c2730 (patch)
tree1c4bbd13b13680c44243b2366823b1eaa6049dce /ui
parent8799ed92a2a29286cec855ef94a57833602394ce (diff)
downloadgsoc2013-evolution-29093629727c5d91023b40580475cb0daa0c2730.tar
gsoc2013-evolution-29093629727c5d91023b40580475cb0daa0c2730.tar.gz
gsoc2013-evolution-29093629727c5d91023b40580475cb0daa0c2730.tar.bz2
gsoc2013-evolution-29093629727c5d91023b40580475cb0daa0c2730.tar.lz
gsoc2013-evolution-29093629727c5d91023b40580475cb0daa0c2730.tar.xz
gsoc2013-evolution-29093629727c5d91023b40580475cb0daa0c2730.tar.zst
gsoc2013-evolution-29093629727c5d91023b40580475cb0daa0c2730.zip
added keyboard accelerators for NextMessage and PreviousMessage. Fixes
2005-11-10 Sankar P <psankar@novell.com> * evolution-mail-message.xml: added keyboard accelerators for NextMessage and PreviousMessage. Fixes #302974 svn path=/trunk/; revision=30595
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog6
-rw-r--r--ui/evolution-mail-message.xml6
2 files changed, 10 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index f20414276b..aabfec1153 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-10 Sankar P <psankar@novell.com>
+
+ * evolution-mail-message.xml: added keyboard accelerators for
+ NextMessage and PreviousMessage.
+ Fixes #302974
+
2005-10-19 Harish Krishnaswamy <kharish@novell.com>
Committing for Nathan Owens <pianocomp81@yahoo.com>
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml
index b952b1527f..1447ece12d 100644
--- a/ui/evolution-mail-message.xml
+++ b/ui/evolution-mail-message.xml
@@ -22,7 +22,8 @@
accel="*Control*v" pixtype="stock" pixname="gtk-paste"/>
<cmd name="MailNext"
- _tip="Display the next message"/>
+ _tip="Display the next message"
+ accel="*Control*Page_Down"/>
<cmd name="MailNextFlagged"
_tip="Display the next important message"/>
@@ -35,7 +36,8 @@
_tip="Display the next unread thread"/>
<cmd name="MailPrevious"
- _tip="Display the previous message"/>
+ _tip="Display the previous message"
+ accel="*Control*Page_Up"/>
<cmd name="MailPreviousFlagged"
_tip="Display the previous important message"/>