From kde-commits Fri Jun 28 12:35:51 2002 From: David Faure Date: Fri, 28 Jun 2002 12:35:51 +0000 To: kde-commits Subject: kdebase/kcontrol/style X-MARC-Message: https://marc.info/?l=kde-commits&m=102526776730501 kdebase/kcontrol/style kcmstyle.cpp,1.36,1.37 Author: faure Modified Files: kcmstyle.cpp Log Message: More of those. + KConfig config("kcmdisplayrc", true /*readonly*/, false /*don't read kdeglobals etc.*/); Plus some comments. Apparently disableMultihead is only read, never written... Is it on purpose that it's an option without GUI? Well, from now on, make sure it's in kcmdisplayrc (and not kdeglobals or kderc) that you write it.