From cc2d908a389a1fa383eadda8acee628656d244cf Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Sat, 16 May 1998 01:06:02 +0000 Subject: Various bug fixes that were reported: Various bug fixes that were reported: 1. Correct event span computation for some cases. 2. Correct drawing of events that span more than one day 3. EventEditor supports 12/24 hour formats. mguel. svn path=/trunk/; revision=216 --- calendar/gnome-cal.c | 1 - 1 file changed, 1 deletion(-) (limited to 'calendar/gnome-cal.c') diff --git a/calendar/gnome-cal.c b/calendar/gnome-cal.c index a54d4e4a78..6e2f318fae 100644 --- a/calendar/gnome-cal.c +++ b/calendar/gnome-cal.c @@ -336,7 +336,6 @@ mark_gtk_calendar_day (iCalObject *obj, time_t start, time_t end, void *c) { GtkCalendar *gtk_cal = c; struct tm tm_s; - int days, day; time_t t, day_end; tm_s = *localtime (&start); -- cgit