Revision 767426
Go back to digest for 3rd February 2008Other in KDE Base
Thomas Braxton committed changes in /trunk/KDE/kdelibs/kdecore:
entries in "kdeglobals" are meant to be global to ALL kde applications for consistency.
apps should NOT be overriding global values in their own config files, so an entry that is global should stay global and the programmer should not have to worry about whether it was global or not.
setting KConfig::Global flag should only be done by programs that know for sure that the entry should be written to "kdeglobals".
File Changes
Modified 2 files
- /trunk/KDE/kdelibs/kdecore
- /config/kconfigdata.h
- /tests/kentrymaptest.cpp
2 files changed in total