aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-08-14 02:36:36 +0800
committerDan Winship <danw@src.gnome.org>2001-08-14 02:36:36 +0800
commitc5f5808c73b15a402232ac446860c3dc00ecfc53 (patch)
tree1572293cd48d822a101d209e996051e4fbd4c147
parent5481c4465bb816cb218465915de9bbfc52c521ed (diff)
downloadgsoc2013-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
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/evolution-shell-component.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 548859d095..872fac5e3e 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-13 Dan Winship <danw@ximian.com>
+
+ * evolution-shell-component.c (init): Initialize
+ priv->user_creatable_item_types. (Score: g_new: 0, g_new0: 2)
+
2001-08-13 Jason Leach <jleach@ximian.com>
* e-local-storage.c (remove_folder_directory): Remove unused
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;