diff options
Diffstat (limited to 'calendar/gui/e-memo-table.h')
-rw-r--r-- | calendar/gui/e-memo-table.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-memo-table.h b/calendar/gui/e-memo-table.h index da01405ac0..58e242c35d 100644 --- a/calendar/gui/e-memo-table.h +++ b/calendar/gui/e-memo-table.h @@ -56,6 +56,9 @@ struct _EMemoTable { GtkWidget *etable; + /* The ECell used to view & edit dates. */ + ECellDateEdit *dates_cell; + /* Fields used for cut/copy/paste */ icalcomponent *tmp_vcal; |