Revision 6b7f060...

Go back to digest for 30th December 2012

Bug Fixes in KDE-PIM

Sergio Luis Martins committed changes in [kdepim/calendaring] calendarviews/eventviews/month/monthitem.cpp:

monthview: Fix items jumping around each time the view is refreshed.

sorting was being done with pointer comparison, that's useless
since it's random. Sometimes holidays were displayed before events
other times they were displayed after.

Now holidays are always displayed before incidences.

File Changes

Modified 1 files
  • calendarviews/eventviews/month/monthitem.cpp
1 files changed in total