Revision 5ed4527...

Go back to digest for 14th July 2013

Bug Fixes in KDE-PIM

Sergio Luis Martins committed changes in [kdepimlibs] /:

Fix data loss bug.

MemoryCalendar::deleteAllEvents() clears the in-memory containers,
but it's virtual so it actually does whatever the sub-classes mean
by "delete", which in case of akonadi calendars, is a ItemDeleteJob.

Fixed by calling the non virtual method.

Lots of API cleanup to do in KCalCore/Calendar.h for KDE5.

File Changes

Modified 2 files
  •   kcalcore/calendar.h
  •   kcalcore/memorycalendar.cpp
2 files changed in total