aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-reader.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-04-30 09:08:09 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-04-30 09:11:08 +0800
commitbe8c081a728fe8a1e97e615f443dccb5f824b19f (patch)
treecc305dd5693acd87cf14e09e5082a35c38908bd8 /mail/e-mail-reader.c
parenta8801c8c87269d0d98b9915f0268097c8117f297 (diff)
downloadgsoc2013-evolution-be8c081a728fe8a1e97e615f443dccb5f824b19f.tar
gsoc2013-evolution-be8c081a728fe8a1e97e615f443dccb5f824b19f.tar.gz
gsoc2013-evolution-be8c081a728fe8a1e97e615f443dccb5f824b19f.tar.bz2
gsoc2013-evolution-be8c081a728fe8a1e97e615f443dccb5f824b19f.tar.lz
gsoc2013-evolution-be8c081a728fe8a1e97e615f443dccb5f824b19f.tar.xz
gsoc2013-evolution-be8c081a728fe8a1e97e615f443dccb5f824b19f.tar.zst
gsoc2013-evolution-be8c081a728fe8a1e97e615f443dccb5f824b19f.zip
Revert "Work around another dropped gnome-icon-theme icon."
This reverts commit edf6286a38279e6db82dee4da50e94c587f06e02. gnome-icon-theme got it wrong, not us. See bug #616954.
Diffstat (limited to 'mail/e-mail-reader.c')
-rw-r--r--mail/e-mail-reader.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index 8adc94536e..d238d500a9 100644
--- a/mail/e-mail-reader.c
+++ b/mail/e-mail-reader.c
@@ -1292,8 +1292,8 @@ static GtkActionEntry mail_reader_entries[] = {
N_("Mark the selected messages as junk"),
G_CALLBACK (action_mail_mark_junk_cb) },
- { "mail-mark-not-junk",
- "mail-mark-not-junk",
+ { "mail-mark-notjunk",
+ "mail-mark-notjunk",
N_("_Not Junk"),
"<Shift><Control>j",
N_("Mark the selected messages as not being junk"),
@@ -1602,9 +1602,9 @@ static EPopupActionEntry mail_reader_popup_entries[] = {
N_("Mark as _Junk"),
"mail-mark-junk" },
- { "mail-popup-mark-not-junk",
+ { "mail-popup-mark-notjunk",
N_("Mark as _Not Junk"),
- "mail-mark-not-junk" },
+ "mail-mark-notjunk" },
{ "mail-popup-mark-read",
N_("Mar_k as Read"),
@@ -2316,7 +2316,7 @@ mail_reader_update_actions (EMailReader *reader)
action = e_mail_reader_get_action (reader, action_name);
gtk_action_set_sensitive (action, sensitive);
- action_name = "mail-mark-not-junk";
+ action_name = "mail-mark-notjunk";
sensitive = selection_has_junk_messages;
action = e_mail_reader_get_action (reader, action_name);
gtk_action_set_sensitive (action, sensitive);