Revision 764908

Go back to digest for 27th January 2008

Bug Fixes in KDE Base

Thomas Braxton committed changes in /trunk/KDE/kdelibs/kdecore/config/kconfigini.cpp:

This should fix the problem with saving settings on app exit.
The problem was I was unintentionally creating extra references to the global component-data by leaking the lockfile.

This caused the global component-data d-tor to never be called therefore the d-tor for the global config-file was never called so it didn't sync on exit. Ok to backport?

File Changes

Modified 1 files
  • /trunk/KDE/kdelibs/kdecore/config/kconfigini.cpp
1 files changed in total