From ced2af332134dcdf783ef6d86d6f6ab8b948589b Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 22 Jul 2001 03:50:07 +0000 Subject: Add a `user_creatable' property to folder types and make components use it, so that e.g. you cannot create a folder of type "mailstorage" or "vtrash". svn path=/trunk/; revision=11298 --- executive-summary/component/component-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executive-summary/component') 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 } }; -- cgit v1.2.3