Revision 56bd533...

Go back to digest for 27th February 2011

Bug Fixes in KDE-PIM

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

Fix bogus "0/:00" string that was rendered in all day to-dos.

It happened because incidence->dtStart() was being used for to-dos too.
The correct date to use is: incidence->dateTime( KCalCore::Incidence::RoleDisplayStart ) ( the Event reimplementation will return dtStart() here and the Todo reimplementation will return dtDue() )

File Changes

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