diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-04-23 06:28:17 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-04-23 06:40:18 +0800 |
commit | e9ea8a567cc85027ef7dcef7ba3ad03044677793 (patch) | |
tree | d98e5413c57be64f4302b9aa6b160564b0f556d5 /modules/mail/e-mail-shell-view-actions.c | |
parent | 93263e4c80aaab358d82b2e1a32fa3a4f5e529eb (diff) | |
download | gsoc2013-evolution-e9ea8a567cc85027ef7dcef7ba3ad03044677793.tar.gz gsoc2013-evolution-e9ea8a567cc85027ef7dcef7ba3ad03044677793.tar.zst gsoc2013-evolution-e9ea8a567cc85027ef7dcef7ba3ad03044677793.zip |
Work around another dropped gnome-icon-theme icon.
mail-mark-notjunk -> mail-mark-not-junk
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 732b65060f..efd3f64d02 100644 --- a/modules/mail/e-mail-shell-view-actions.c +++ b/modules/mail/e-mail-shell-view-actions.c @@ -1223,7 +1223,7 @@ static GtkRadioActionEntry mail_filter_entries[] = { MAIL_FILTER_LAST_5_DAYS_MESSAGES }, { "mail-filter-messages-not-junk", - "mail-mark-notjunk", + "mail-mark-not-junk", N_("Messages Not Junk"), NULL, NULL, /* XXX Add a tooltip! */ |