diff options
Diffstat (limited to 'executive-summary')
-rw-r--r-- | executive-summary/ChangeLog | 5 | ||||
-rw-r--r-- | executive-summary/component/component-factory.c | 2 |
2 files changed, 6 insertions, 1 deletions
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 <menesis@delfi.lt> + + * component/component-factory.c: last time I've broken shortcut view. + renamed icons properly. + 2001-04-01 Gediminas Paulauskas <menesis@delfi.lt> * 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 } }; |