diff options
author | Milan Crha <mcrha@redhat.com> | 2009-07-03 01:31:49 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-07-03 01:31:49 +0800 |
commit | afea64785f1fbcb9852fa520f67f3a60f303c372 (patch) | |
tree | 2f24acbadabe51ff4623206c3f1c6176d239073e /calendar/gui/e-cal-model.h | |
parent | 42e75c9162402078ac629740821c3533925ee342 (diff) | |
download | gsoc2013-evolution-afea64785f1fbcb9852fa520f67f3a60f303c372.tar.gz gsoc2013-evolution-afea64785f1fbcb9852fa520f67f3a60f303c372.tar.zst gsoc2013-evolution-afea64785f1fbcb9852fa520f67f3a60f303c372.zip |
Bug #252296 - Do not preset alarm for all day events
Diffstat (limited to 'calendar/gui/e-cal-model.h')
-rw-r--r-- | calendar/gui/e-cal-model.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-cal-model.h b/calendar/gui/e-cal-model.h index 6f3d3637b1..adaf736494 100644 --- a/calendar/gui/e-cal-model.h +++ b/calendar/gui/e-cal-model.h @@ -163,7 +163,7 @@ void e_cal_model_set_time_range (ECalModel const gchar *e_cal_model_get_search_query (ECalModel *model); void e_cal_model_set_search_query (ECalModel *model, const gchar *sexp); -icalcomponent *e_cal_model_create_component_with_defaults (ECalModel *model); +icalcomponent *e_cal_model_create_component_with_defaults (ECalModel *model, gboolean all_day); const gchar *e_cal_model_get_color_for_component (ECalModel *model, ECalModelComponent *comp_data); gboolean e_cal_model_get_rgb_color_for_component (ECalModel *model, |