Revision 8808e24...

Go back to digest for 21st October 2012

Bug Fixes in KDE-PIM

Andre Heinecke committed changes in [kdepim/enterprise/e3] libkcal/icalformatimpl.cpp:

Do not modify incidence on write.

A writeIncidence call would cause the customProperties of an
incidence to be modified if the incidence has a scheduling ID.
This resulted in a call to update on each write. This caused problems
especially when archiving old kolab messages because each message would
be written to the archive and thus updated. Causing the update to
run on a deleted incidence.

Part of:
kolab/issue4855

File Changes

Modified 1 files
  • libkcal/icalformatimpl.cpp
1 files changed in total