aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2005-07-28 22:18:45 +0800
committerRodney Dawes <dobey@src.gnome.org>2005-07-28 22:18:45 +0800
commit45374da7c345ae3b4e8ff87678705cbfc6857b1a (patch)
treefd25ed94abe3a1bfcbc25cb65fc3032971557204 /ui
parent520f10b238ddb1180ca9100612b6e5c3ea689d85 (diff)
downloadgsoc2013-evolution-45374da7c345ae3b4e8ff87678705cbfc6857b1a.tar
gsoc2013-evolution-45374da7c345ae3b4e8ff87678705cbfc6857b1a.tar.gz
gsoc2013-evolution-45374da7c345ae3b4e8ff87678705cbfc6857b1a.tar.bz2
gsoc2013-evolution-45374da7c345ae3b4e8ff87678705cbfc6857b1a.tar.lz
gsoc2013-evolution-45374da7c345ae3b4e8ff87678705cbfc6857b1a.tar.xz
gsoc2013-evolution-45374da7c345ae3b4e8ff87678705cbfc6857b1a.tar.zst
gsoc2013-evolution-45374da7c345ae3b4e8ff87678705cbfc6857b1a.zip
The command name for hiding selected messages needs to be
2005-07-28 Rodney Dawes <dobey@novell.com> * evolution-mail-list.xml: The command name for hiding selected messages needs to be ViewHideSelected, not ViewShowSelected svn path=/trunk/; revision=29915
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-mail-list.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 7bc7b5244c..71057bbef8 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-28 Rodney Dawes <dobey@novell.com>
+
+ * evolution-mail-list.xml: The command name for hiding selected
+ messages needs to be ViewHideSelected, not ViewShowSelected
+
2005-07-28 Vivek Jain <jvivek@novell.com>
* evolution-mail-list.xml: HideDeleted has to be a toggle
diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml
index 2f5a90d29f..4131e4be50 100644
--- a/ui/evolution-mail-list.xml
+++ b/ui/evolution-mail-list.xml
@@ -46,7 +46,7 @@
<cmd name="ViewHideRead" _tip="Temporarily hide all messages that have already been read"
pixtype="pixbuf" />
- <cmd name="ViewShowSelected" _tip="Temporarily hide the selected messages"
+ <cmd name="ViewHideSelected" _tip="Temporarily hide the selected messages"
pixtype="pixbuf" />
<cmd name="ViewShowAll" _tip="Show messages that have been temporarily hidden"