diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-01-17 11:16:01 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-01-17 11:16:01 +0800 |
commit | e2e3ab5bfbeab96ce47649707f110d49f035dc30 (patch) | |
tree | 2af9914051dd2a6632966e32c7ac825706d13235 /mail/em-folder-browser.c | |
parent | d4e575c9c6b802d45e6d1c711e21c66908cbb63e (diff) | |
download | gsoc2013-evolution-e2e3ab5bfbeab96ce47649707f110d49f035dc30.tar.gz gsoc2013-evolution-e2e3ab5bfbeab96ce47649707f110d49f035dc30.tar.zst gsoc2013-evolution-e2e3ab5bfbeab96ce47649707f110d49f035dc30.zip |
Change of heart; decided we like the old "emblem-important" icon better
2008-01-16 Matthew Barnes <mbarnes@redhat.com>
* em-folder-browser.c:
* message-list.c:
Change of heart; decided we like the old "emblem-important"
icon better than "mail-mark-important" for the message list
and "Show" combo box.
svn path=/trunk/; revision=34842
Diffstat (limited to 'mail/em-folder-browser.c')
-rw-r--r-- | mail/em-folder-browser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-folder-browser.c b/mail/em-folder-browser.c index 12d02e4b27..716235a203 100644 --- a/mail/em-folder-browser.c +++ b/mail/em-folder-browser.c @@ -224,7 +224,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 }, "mail-attachment"}, - {{ N_("Important Messages"), VIEW_MESSAGES_MARKED_AS_IMPORTANT, 0}, "mail-mark-important"}, + {{ N_("Important Messages"), VIEW_MESSAGES_MARKED_AS_IMPORTANT, 0}, "emblem-important"}, {{ N_("Messages Not Junk"), VIEW_NOT_JUNK, 0 }, "mail-mark-notjunk"}, /* { NULL, 0, NULL }, */ /* { N_("Customize"), NOT_IMPLEMENTED, NULL }, */ |