Fine tuned all-day events

This commit is contained in:
Maximilian Giller 2019-04-05 22:24:09 +02:00
parent d7f485cba6
commit 0dd1ca9b45

View file

@ -58,7 +58,7 @@ def event_prefix_str (event, relative_date=None):
if __is_multiday__(event):
return multiday_detailed
else:
return event_time_summary(event)
return event_time_detailed(event)
def event_time_summary (event):
if event.allday: