aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-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;