diff options
Diffstat (limited to 'shell/evolution-shell-component.c')
-rw-r--r-- | shell/evolution-shell-component.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/evolution-shell-component.c b/shell/evolution-shell-component.c index a7054564d0..0c2c72b004 100644 --- a/shell/evolution-shell-component.c +++ b/shell/evolution-shell-component.c @@ -685,6 +685,7 @@ init (EvolutionShellComponent *shell_component) priv->populate_folder_context_menu_fn = NULL; priv->owner_client = NULL; + priv->user_creatable_item_types = NULL; priv->closure = NULL; shell_component->priv = priv; |