[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kcontrol/kdm
From:       Oswald Buddenhagen <ossi () kde ! org>
Date:       2003-11-18 2:03:25
[Download RAW message or body]

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();


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic