diff options
Diffstat (limited to 'executive-summary')
-rw-r--r-- | executive-summary/ChangeLog | 6 | ||||
-rw-r--r-- | executive-summary/component/component-factory.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index 36b3381c14..2cbf08dc1d 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,9 @@ +2001-07-21 Ettore Perazzoli <ettore@ximian.com> + + * component/component-factory.c: Make the "executive-summary" + folders non-user-creatable by setting `user_creatable' to %FALSE + in the `EvolutionShellComponentFolderType's. + 2001-06-18 Dan Winship <danw@ximian.com> * test-service/Makefile.am (test_service_LDADD): Remove DB3_LDADD diff --git a/executive-summary/component/component-factory.c b/executive-summary/component/component-factory.c index 8eaf7bc76d..0c727c40ba 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", "evolution-today.png" }, + { "executive-summary", "evolution-today.png", FALSE, NULL, NULL }, { NULL, NULL } }; |