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
This commit is contained in:
Ettore Perazzoli
2001-07-22 03:50:07 +00:00
parent 0110133071
commit ced2af3321
19 changed files with 110 additions and 18 deletions

View File

@ -18,6 +18,8 @@ module Evolution {
string name;
string icon_name;
boolean user_creatable;
sequence<string> accepted_dnd_types;
sequence<string> exported_dnd_types;
};