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

@ -107,6 +107,7 @@ typedef char * (* EvolutionShellComponentGetDndSelectionFn) (EvolutionShellCompo
struct _EvolutionShellComponentFolderType {
char *name;
char *icon_name;
gboolean user_creatable;
/* The following are NULL-terminated arrays. */
char **accepted_dnd_types;