diff options
author | Dan Winship <danw@src.gnome.org> | 2001-08-14 02:36:36 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-08-14 02:36:36 +0800 |
commit | c5f5808c73b15a402232ac446860c3dc00ecfc53 (patch) | |
tree | 1572293cd48d822a101d209e996051e4fbd4c147 /shell/evolution-shell-component.c | |
parent | 5481c4465bb816cb218465915de9bbfc52c521ed (diff) | |
download | gsoc2013-evolution-c5f5808c73b15a402232ac446860c3dc00ecfc53.tar gsoc2013-evolution-c5f5808c73b15a402232ac446860c3dc00ecfc53.tar.gz gsoc2013-evolution-c5f5808c73b15a402232ac446860c3dc00ecfc53.tar.bz2 gsoc2013-evolution-c5f5808c73b15a402232ac446860c3dc00ecfc53.tar.lz gsoc2013-evolution-c5f5808c73b15a402232ac446860c3dc00ecfc53.tar.xz gsoc2013-evolution-c5f5808c73b15a402232ac446860c3dc00ecfc53.tar.zst gsoc2013-evolution-c5f5808c73b15a402232ac446860c3dc00ecfc53.zip |
Initialize priv->user_creatable_item_types. (Score: g_new: 0, g_new0: 2)
* evolution-shell-component.c (init): Initialize
priv->user_creatable_item_types. (Score: g_new: 0, g_new0: 2)
svn path=/trunk/; revision=11946
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; |