From 9a1386e97f95ea82ad655e0e71d9de043787afaa Mon Sep 17 00:00:00 2001 From: Thierry Pasqualier Date: Thu, 25 Oct 2007 06:22:24 +0000 Subject: [PATCH] Display ongoing events which begin or end on the current day --- webcit/calendar_view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/calendar_view.c b/webcit/calendar_view.c index dc2195058..9f8ec9950 100644 --- a/webcit/calendar_view.c +++ b/webcit/calendar_view.c @@ -952,7 +952,7 @@ void calendar_day_view_display_events(time_t thetime, wprintf(_("Ongoing event")); wprintf(")\n"); } - else if (!all_day_event && !ongoing_event && !notime_events) + else if (!all_day_event && !notime_events) { gap++; -- 2.30.2