diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-04-03 12:55:56 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-04-03 12:55:56 +0800 |
commit | 2fa5883cce96c0ca2963764cec0f62d0ece341b7 (patch) | |
tree | b50b1b45213a735a166c94909ac49a891404040f /mail/message-list.c | |
parent | 4fdabb8af945c403af37ccb816851aa988a42784 (diff) | |
download | gsoc2013-evolution-2fa5883cce96c0ca2963764cec0f62d0ece341b7.tar.gz 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/message-list.c')
-rw-r--r-- | mail/message-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-list.c b/mail/message-list.c index 3fda8b9f08..a8adb20121 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -224,7 +224,7 @@ static struct { { "stock_mail-open-multiple", NULL }, { NULL, NULL }, { "stock_attach", NULL }, - { "stock_mail-priority-high", NULL }, + { "emblem-important", NULL }, { "stock_score-lowest", NULL }, { "stock_score-lower", NULL }, { "stock_score-low", NULL }, |