diff options
Diffstat (limited to 'shell/evolution-shell-component.h')
-rw-r--r-- | shell/evolution-shell-component.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h index 190eb57a8d..28401826a0 100644 --- a/shell/evolution-shell-component.h +++ b/shell/evolution-shell-component.h @@ -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; |