aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/year-view.c
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-05-16 09:06:02 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-05-16 09:06:02 +0800
commitcc2d908a389a1fa383eadda8acee628656d244cf (patch)
treeb512b191984664a05a97021e499065f6ab2fb980 /calendar/gui/year-view.c
parent418f8bfcb52e54cdf88ef9b10c2cd185cd116fe8 (diff)
downloadgsoc2013-evolution-cc2d908a389a1fa383eadda8acee628656d244cf.tar
gsoc2013-evolution-cc2d908a389a1fa383eadda8acee628656d244cf.tar.gz
gsoc2013-evolution-cc2d908a389a1fa383eadda8acee628656d244cf.tar.bz2
gsoc2013-evolution-cc2d908a389a1fa383eadda8acee628656d244cf.tar.lz
gsoc2013-evolution-cc2d908a389a1fa383eadda8acee628656d244cf.tar.xz
gsoc2013-evolution-cc2d908a389a1fa383eadda8acee628656d244cf.tar.zst
gsoc2013-evolution-cc2d908a389a1fa383eadda8acee628656d244cf.zip
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
Diffstat (limited to 'calendar/gui/year-view.c')
-rw-r--r--calendar/gui/year-view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/year-view.c b/calendar/gui/year-view.c
index e8cb12feb3..0a104f25a3 100644
--- a/calendar/gui/year-view.c
+++ b/calendar/gui/year-view.c
@@ -169,7 +169,6 @@ year_view_mark_day (iCalObject *ical, time_t start, time_t end, void *closure)
{
GncalYearView *yview = (GncalYearView *) closure;
struct tm tm_s;
- int days, day;
time_t t, day_end;
tm_s = *localtime (&start);