Fixing implementation of doSave(bool, Incidence*)

Authored by krake on Feb 15 2009, 10:16 PM.

Description

Fixing implementation of doSave(bool, Incidence*)

Current implementation results in an endless recursion (method calling itself).
This is just never triggered because the subclasses, especially ResourceCached override it.

Call doSave(bool) instead. This also matches the behavior it is said to have according to the API docs

svn path=/trunk/KDE/kdepimlibs/; revision=926657

Details