From a2019ba327586e97bb303f43d6dddcc279365b20 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 29 Apr 2010 21:08:09 -0400 Subject: Revert "Work around another dropped gnome-icon-theme icon." This reverts commit edf6286a38279e6db82dee4da50e94c587f06e02. gnome-icon-theme got it wrong, not us. See bug #616954. --- mail/e-mail-reader.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mail') diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c index 50849a1d54..abc4450bb1 100644 --- a/mail/e-mail-reader.c +++ b/mail/e-mail-reader.c @@ -1294,8 +1294,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"), "j", N_("Mark the selected messages as not being junk"), @@ -1604,9 +1604,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"), @@ -2300,7 +2300,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); -- cgit v1.2.3