diff options
Diffstat (limited to 'calendar/gui/calendar-model.c')
-rw-r--r-- | calendar/gui/calendar-model.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/gui/calendar-model.c b/calendar/gui/calendar-model.c index cbf8a1195c..6cf6501910 100644 --- a/calendar/gui/calendar-model.c +++ b/calendar/gui/calendar-model.c @@ -1932,8 +1932,7 @@ ensure_task_complete (CalComponent *comp, } if (set_completed) { - new_completed = icaltime_from_timet (completed_date, FALSE, - TRUE); + new_completed = icaltime_from_timet (completed_date, FALSE, TRUE); cal_component_set_completed (comp, &new_completed); } |