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 --- shell/Evolution-ShellComponent.idl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/Evolution-ShellComponent.idl') diff --git a/shell/Evolution-ShellComponent.idl b/shell/Evolution-ShellComponent.idl index f2e7e22ee8..73110b5011 100644 --- a/shell/Evolution-ShellComponent.idl +++ b/shell/Evolution-ShellComponent.idl @@ -18,6 +18,8 @@ module Evolution { string name; string icon_name; + boolean user_creatable; + sequence accepted_dnd_types; sequence exported_dnd_types; }; -- cgit v1.2.3