From kde-commits Tue Nov 18 02:03:25 2003 From: Oswald Buddenhagen Date: Tue, 18 Nov 2003 02:03:25 +0000 To: kde-commits Subject: kdebase/kcontrol/kdm X-MARC-Message: https://marc.info/?l=kde-commits&m=106912103807595 CVS commit by ossi: a read-only partition is a reason to make the kcm read-only as well M +1 -1 main.cpp 1.70 --- kdebase/kcontrol/kdm/main.cpp #1.69:1.70 @@ -127,5 +127,5 @@ KDModule::KDModule(QWidget *parent, cons load(); - if (getuid() != 0) { + if (getuid() != 0 || !config->checkConfigFilesWritable( true )) { appearance->makeReadOnly(); font->makeReadOnly();