diff options
-rw-r--r-- | mail/ChangeLog | 8 | ||||
-rw-r--r-- | mail/em-folder-browser.c | 2 | ||||
-rw-r--r-- | mail/message-list.c | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ea589613bf..4ee0b2ee1f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,13 @@ 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. + +2008-01-16 Matthew Barnes <mbarnes@redhat.com> + ** Fixes bug #509741 * mail-session.c (user_message_exec): 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 }, */ diff --git a/mail/message-list.c b/mail/message-list.c index e81093cc93..470b6acbfe 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -227,7 +227,7 @@ static struct { { "stock_mail-open-multiple", NULL }, { NULL, NULL }, { "mail-attachment", NULL }, - { "mail-mark-important", NULL }, + { "emblem-important", NULL }, { "stock_score-lowest", NULL }, { "stock_score-lower", NULL }, { "stock_score-low", NULL }, |