Revision 45bd525...
Go back to digest for 12th June 2011Bug Fixes in KDE Base
Albert Astals Cid committed changes in [kdelibs/KDE/4.6] kdecore/kernel/kglobal.cpp:
Rebuild locale as soon as possible
By calling locale() instead of d->locale we ensure we kill the fake locale and rebuild the good one as soon as possible in the chain. This way we avoid that functions in klocale can end up calling kglobal::locale again that might kill the fake locale and then we end up in trouble because we just killed ourselves ( see backtrace in https://bugs.kde.org/show_bug.cgi?id=274169 )
acked by dfaure
REVIEW: 101509
File Changes
Modified 1 files
- kdecore/kernel/kglobal.cpp
1 files changed in total