aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-browser.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-04-03 12:55:56 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-04-03 12:55:56 +0800
commit2fa5883cce96c0ca2963764cec0f62d0ece341b7 (patch)
treeb50b1b45213a735a166c94909ac49a891404040f /mail/em-folder-browser.c
parent4fdabb8af945c403af37ccb816851aa988a42784 (diff)
downloadgsoc2013-evolution-2fa5883cce96c0ca2963764cec0f62d0ece341b7.tar
gsoc2013-evolution-2fa5883cce96c0ca2963764cec0f62d0ece341b7.tar.gz
gsoc2013-evolution-2fa5883cce96c0ca2963764cec0f62d0ece341b7.tar.bz2
gsoc2013-evolution-2fa5883cce96c0ca2963764cec0f62d0ece341b7.tar.lz
gsoc2013-evolution-2fa5883cce96c0ca2963764cec0f62d0ece341b7.tar.xz
gsoc2013-evolution-2fa5883cce96c0ca2963764cec0f62d0ece341b7.tar.zst
gsoc2013-evolution-2fa5883cce96c0ca2963764cec0f62d0ece341b7.zip
Load "emblem-important" instead of deprecated "stock_mail-priority-high"
2007-04-03 Matthew Barnes <mbarnes@redhat.com> * mail/em-folder-browser.c: * mail/em-folder-view.c: * mail/message-list.c: Load "emblem-important" instead of deprecated "stock_mail-priority-high" icon. (#387619) Patch from Rodney Dawes. svn path=/trunk/; revision=33362
Diffstat (limited to 'mail/em-folder-browser.c')
-rw-r--r--mail/em-folder-browser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-folder-browser.c b/mail/em-folder-browser.c
index 2903a2e19d..267341c7fc 100644
--- a/mail/em-folder-browser.c
+++ b/mail/em-folder-browser.c
@@ -201,7 +201,7 @@ static EMFBSearchBarItem temp_view_items[] = {
{{ N_("Recent Messages"), VIEW_RECENT_MESSAGES, 0 }, NULL},
{{ N_("Last 5 Days' Messages"), VIEW_LAST_FIVE_DAYS, 0 }, NULL},
{{ N_("Messages with Attachments"), VIEW_WITH_ATTACHMENTS, 0 }, "stock_attach"},
- {{ N_("Important Messages"), VIEW_MESSAGES_MARKED_AS_IMPORTANT, 0}, "stock_mail-priority-high"},
+ {{ N_("Important Messages"), VIEW_MESSAGES_MARKED_AS_IMPORTANT, 0}, "emblem-important"},
{{ N_("Messages Not Junk"), VIEW_NOT_JUNK, 0 }, "stock_not-spam"},
/* { NULL, 0, NULL }, */
/* { N_("Customize"), NOT_IMPLEMENTED, NULL }, */