aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-07-03 01:31:49 +0800
committerMilan Crha <mcrha@redhat.com>2009-07-03 01:31:49 +0800
commitafea64785f1fbcb9852fa520f67f3a60f303c372 (patch)
tree2f24acbadabe51ff4623206c3f1c6176d239073e /calendar/gui/e-week-view.c
parent42e75c9162402078ac629740821c3533925ee342 (diff)
downloadgsoc2013-evolution-afea64785f1fbcb9852fa520f67f3a60f303c372.tar
gsoc2013-evolution-afea64785f1fbcb9852fa520f67f3a60f303c372.tar.gz
gsoc2013-evolution-afea64785f1fbcb9852fa520f67f3a60f303c372.tar.bz2
gsoc2013-evolution-afea64785f1fbcb9852fa520f67f3a60f303c372.tar.lz
gsoc2013-evolution-afea64785f1fbcb9852fa520f67f3a60f303c372.tar.xz
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-week-view.c')
-rw-r--r--calendar/gui/e-week-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c
index 839cad6688..7853adda5a 100644
--- a/calendar/gui/e-week-view.c
+++ b/calendar/gui/e-week-view.c
@@ -4053,7 +4053,7 @@ e_week_view_add_new_event_in_selected_range (EWeekView *week_view, const gchar *
return FALSE;
/* Add a new event covering the selected range. */
- icalcomp = e_cal_model_create_component_with_defaults (e_calendar_view_get_model (E_CALENDAR_VIEW (week_view)));
+ icalcomp = e_cal_model_create_component_with_defaults (e_calendar_view_get_model (E_CALENDAR_VIEW (week_view)), TRUE);
if (!icalcomp)
return FALSE;
uid = icalcomponent_get_uid (icalcomp);