Revision dde01b8...

Go back to digest for 13th March 2011

Bug Fixes in KDE-PIM

Sergio Luis Martins committed changes in [kdepim] calendarviews/eventviews/agenda/agendaview.cpp:

Don't draw recurring to-dos at the wrong day.

To-dos due at 00h00 should be drawn at the previous day and ending at 23h59.
For recurring to-dos we don't have this implemented so i'm disabling this
s/QTime(0,0)/QTime(23,59) code. Otherwise we it woul be drawn at 23h50 of the
current date instead of the previous.

File Changes

Modified 1 files
  • calendarviews/eventviews/agenda/agendaview.cpp
1 files changed in total