From c7179850dc119bd6c1a250b5892eee28a92c3e58 Mon Sep 17 00:00:00 2001 From: Gediminas Paulauskas Date: Tue, 3 Apr 2001 23:24:50 +0000 Subject: Executive summary and Trash now have nice icons both in tree/folder title and shortcut bar. Converted and replaced icons for trash and summary: exec-16-summary.xpm => evolution-today-mini.png delete_mesage.xpm => evolution-trash-mini.png, Copied evolution-trash.png icons from mc (needs tweaking to match other evolution icons though) svn path=/trunk/; revision=9154 --- mail/ChangeLog | 4 ++++ mail/component-factory.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 1413fb535e..8b0522cdec 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2001-04-04 Gediminas Paulauskas + + * component-factory.c: use big trash icon, stolen from mc. + 2001-04-03 Jeffrey Stedfast * openpgp-utils.c (openpgp_encrypt): Add --no-tty argument to gpg. diff --git a/mail/component-factory.c b/mail/component-factory.c index 215abfd9d1..bd9b701e48 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -282,7 +282,7 @@ debug_cb (EvolutionShellComponent *shell_component, gpointer user_data) static const EvolutionShellComponentFolderType folder_types[] = { { "mail", "evolution-inbox.png" }, { "mailstorage", "evolution-inbox.png" }, - { "vtrash", "delete_message.xpm" }, + { "vtrash", "evolution-trash.png" }, { NULL, NULL } }; -- cgit v1.2.3