From kde-commits Wed Mar 17 14:39:37 2004 From: Stephan Kulow Date: Wed, 17 Mar 2004 14:39:37 +0000 To: kde-commits Subject: kdebase/kcontrol/style Message-Id: <20040317143937.EFFAF99AC () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=107953438328923 CVS commit by coolo: as kdeglobals are read as KSimpleConfig, they should also have all informations written to it - otherwise global admin/distribution defaults aren't written to $HOME and then the code defaults are used, which can cause some suprises (to me :) M +1 -1 kcmstyle.cpp 1.70 --- kdebase/kcontrol/style/kcmstyle.cpp #1.69:1.70 @@ -535,5 +535,5 @@ void KCMStyle::save() // Save effects. - KConfig config( "kdeglobals" ); + KSimpleConfig config( "kdeglobals" ); config.setGroup("KDE");