diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-05-16 09:06:02 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-05-16 09:06:02 +0800 |
commit | cc2d908a389a1fa383eadda8acee628656d244cf (patch) | |
tree | b512b191984664a05a97021e499065f6ab2fb980 /calendar/gnome-cal.c | |
parent | 418f8bfcb52e54cdf88ef9b10c2cd185cd116fe8 (diff) | |
download | gsoc2013-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/gnome-cal.c')
-rw-r--r-- | calendar/gnome-cal.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |