From 819455addbc6b470ac15d063b9bfbea6eb8f32a5 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 3 Oct 2001 19:07:00 +0000 Subject: Don't use the wax-seal icons for the pgp stuff anymore, use Jimmac's new 2001-10-03 Jeffrey Stedfast * mail-format.c (mail_write_authenticity): Don't use the wax-seal icons for the pgp stuff anymore, use Jimmac's new icons instead. svn path=/trunk/; revision=13383 --- mail/ChangeLog | 5 +++++ mail/mail-format.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 53658f3a07..2999bb83c5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-10-03 Jeffrey Stedfast + + * mail-format.c (mail_write_authenticity): Don't use the wax-seal + icons for the pgp stuff anymore, use Jimmac's new icons instead. + 2001-10-03 * mail-folder-cache.c (folder_changed): Dont wait for event to diff --git a/mail/mail-format.c b/mail/mail-format.c index a82f249267..6ed7aafdc8 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -1443,7 +1443,7 @@ mail_write_authenticity (MailDisplay *md, CamelCipherValidity *valid) "
\n" "" "
%s

", - get_url_for_icon (EVOLUTION_ICONSDIR "/wax-seal.png", md), + get_url_for_icon (EVOLUTION_ICONSDIR "/pgp-signature-ok.png", md), str); g_free (str); } else { @@ -1454,7 +1454,7 @@ mail_write_authenticity (MailDisplay *md, CamelCipherValidity *valid) "
\n" "" "
%s

", - get_url_for_icon (EVOLUTION_ICONSDIR "/wax-seal-broken.png", md), + get_url_for_icon (EVOLUTION_ICONSDIR "/pgp-signature-bad.png", md), str); g_free (str); } -- cgit v1.2.3