HomePhorge

Fixing implementation of doSave(bool, Incidence*)
176a14d6002aUnpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

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

Event Timeline

Kevin Krammer <kevin.krammer@gmx.at> committed rKPL176a14d6002a: Fixing implementation of doSave(bool, Incidence*) (authored by Kevin Krammer <kevin.krammer@gmx.at>).Feb 15 2009, 11:16 PM