aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-memo-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-memo-table.c')
-rw-r--r--calendar/gui/e-memo-table.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/e-memo-table.c b/calendar/gui/e-memo-table.c
index 5c80b158c4..4ac8147fdf 100644
--- a/calendar/gui/e-memo-table.c
+++ b/calendar/gui/e-memo-table.c
@@ -199,6 +199,8 @@ e_memo_table_init (EMemoTable *memo_table)
memo_table->model = (ECalModel *) e_cal_model_memos_new ();
g_signal_connect (memo_table->model, "row_appended", G_CALLBACK (row_appended_cb), memo_table);
+ memo_table->user_created_cal = NULL;
+
/* Create the header columns */
extras = e_table_extras_new();