From 2fa5883cce96c0ca2963764cec0f62d0ece341b7 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 3 Apr 2007 04:55:56 +0000 Subject: Load "emblem-important" instead of deprecated "stock_mail-priority-high" 2007-04-03 Matthew Barnes * 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 --- mail/message-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/message-list.c') 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 }, -- cgit