Display ongoing events which begin or end on the current day
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Thu, 25 Oct 2007 06:22:24 +0000 (06:22 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Thu, 25 Oct 2007 06:22:24 +0000 (06:22 +0000)
webcit/calendar_view.c

index dc21950582269ddb3ba55ee9bd355bc0f57cc17c..9f8ec9950888531e1736c78d1b8eb780bb14ac4c 100644 (file)
@@ -952,7 +952,7 @@ void calendar_day_view_display_events(time_t thetime,
                                wprintf(_("Ongoing event"));
                                wprintf(")</span></li>\n");
                        }
-                       else if (!all_day_event && !ongoing_event && !notime_events)
+                       else if (!all_day_event && !notime_events)
                        {
                                gap++;