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 --- executive-summary/ChangeLog | 5 +++++ executive-summary/component/component-factory.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'executive-summary') diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index d2252994a5..91f0a82559 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,8 @@ +2001-04-04 Gediminas Paulauskas + + * component/component-factory.c: last time I've broken shortcut view. + renamed icons properly. + 2001-04-01 Gediminas Paulauskas * component/component-factory.c: Changed folder type icon to tiny diff --git a/executive-summary/component/component-factory.c b/executive-summary/component/component-factory.c index f683b9d52c..8036b7b346 100644 --- a/executive-summary/component/component-factory.c +++ b/executive-summary/component/component-factory.c @@ -44,7 +44,7 @@ static BonoboGenericFactory *factory = NULL; static gint running_objects = 0; static const EvolutionShellComponentFolderType folder_types[] = { - { "executive-summary", "exec-16-summary.xpm" }, + { "executive-summary", "evolution-today.png" }, { NULL, NULL } }; -- cgit