diff options
author | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-04-04 07:24:50 +0800 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-04-04 07:24:50 +0800 |
commit | c7179850dc119bd6c1a250b5892eee28a92c3e58 (patch) | |
tree | dd67e64c677e088c7ad956f1d524ac17c0059f47 /mail | |
parent | f92d62bc5327ede72411225018f577caf690421e (diff) | |
download | gsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.tar gsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.tar.gz gsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.tar.bz2 gsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.tar.lz gsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.tar.xz gsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.tar.zst gsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.zip |
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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/component-factory.c | 2 |
2 files changed, 5 insertions, 1 deletions
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 <menesis@delfi.lt> + + * component-factory.c: use big trash icon, stolen from mc. + 2001-04-03 Jeffrey Stedfast <fejj@ximian.com> * 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 } }; |