diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-04-30 09:08:09 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-04-30 09:08:09 +0800 |
commit | a2019ba327586e97bb303f43d6dddcc279365b20 (patch) | |
tree | a0a0c21df63827534368f8f5c56a4cd9843b695e /modules/mail/e-mail-shell-view-actions.c | |
parent | e2769948a5e2b95590912c70180ae901d33148cb (diff) | |
download | gsoc2013-evolution-a2019ba327586e97bb303f43d6dddcc279365b20.tar.gz gsoc2013-evolution-a2019ba327586e97bb303f43d6dddcc279365b20.tar.zst gsoc2013-evolution-a2019ba327586e97bb303f43d6dddcc279365b20.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 'modules/mail/e-mail-shell-view-actions.c')
-rw-r--r-- | modules/mail/e-mail-shell-view-actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail/e-mail-shell-view-actions.c b/modules/mail/e-mail-shell-view-actions.c index 25fe1d80bc..afe1629e4f 100644 --- a/modules/mail/e-mail-shell-view-actions.c +++ b/modules/mail/e-mail-shell-view-actions.c @@ -1156,7 +1156,7 @@ static GtkRadioActionEntry mail_filter_entries[] = { MAIL_FILTER_LAST_5_DAYS_MESSAGES }, { "mail-filter-messages-not-junk", - "mail-mark-not-junk", + "mail-mark-notjunk", N_("Messages Not Junk"), NULL, NULL, /* XXX Add a tooltip! */ |