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 --- my-evolution/ChangeLog | 6 ++++++ my-evolution/component-factory.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'my-evolution') diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 82c5b45d90..cbed15a205 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,9 @@ +2001-07-21 Ettore Perazzoli + + * component-factory.c: Make the "My Evolution" folder + non-creatable by setting the `user_creatable' member of + `EvolutionShellComponentFolderType' to %FALSE. + 2001-07-20 Jason Leach * e-summary-tasks.c: Revert last changes, URIs are now back to diff --git a/my-evolution/component-factory.c b/my-evolution/component-factory.c index d41c059440..659342506f 100644 --- a/my-evolution/component-factory.c +++ b/my-evolution/component-factory.c @@ -27,7 +27,7 @@ static gint running_objects = 0; static const EvolutionShellComponentFolderType folder_types[] = { - { "My Evolution", "evolution-today.png" }, + { "My Evolution", "evolution-today.png", FALSE, NULL, NULL }, { NULL, NULL } }; -- cgit v1.2.3