diff options
author | Milan Crha <mcrha@redhat.com> | 2009-11-26 22:15:17 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-11-26 22:15:17 +0800 |
commit | e2ca6f7753443a37fddd9d3af8360a9da06c4a9f (patch) | |
tree | 5ce60fca7c86b19ee23cd8cb4e6a3ed950aeaefc /calendar/gui/e-cal-component-preview.h | |
parent | dae1d43302906876882c153c40a0e7d45f66023d (diff) | |
download | gsoc2013-evolution-e2ca6f7753443a37fddd9d3af8360a9da06c4a9f.tar.gz gsoc2013-evolution-e2ca6f7753443a37fddd9d3af8360a9da06c4a9f.tar.zst gsoc2013-evolution-e2ca6f7753443a37fddd9d3af8360a9da06c4a9f.zip |
Bug #591330 - Do not clear task preview every minute
Diffstat (limited to 'calendar/gui/e-cal-component-preview.h')
-rw-r--r-- | calendar/gui/e-cal-component-preview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-component-preview.h b/calendar/gui/e-cal-component-preview.h index 78567f06ec..03798a4727 100644 --- a/calendar/gui/e-cal-component-preview.h +++ b/calendar/gui/e-cal-component-preview.h @@ -75,6 +75,7 @@ void e_cal_component_preview_set_default_timezone void e_cal_component_preview_display (ECalComponentPreview *preview, ECal *ecal, ECalComponent *comp); +void e_cal_component_preview_clear (ECalComponentPreview *preview); G_END_DECLS |