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

List:       kde-commits
Subject:    [kde-workspace/KDE/4.11] kdm/kcm: fix kcm botching unrelated user settings
From:       Oswald Buddenhagen <ossi () kde ! org>
Date:       2013-10-29 7:59:36
Message-ID: E1Vb4DA-0004hm-VC () scm ! kde ! org
[Download RAW message or body]

Git commit 89384880deab1ff387ece84c2711063ca4e0f81d by Oswald Buddenhagen.
Committed on 29/10/2013 at 07:57.
Pushed by ossi into branch 'KDE/4.11'.

fix kcm botching unrelated user settings

BUG: 254430

M  +1    -1    kdm/kcm/main.cpp

http://commits.kde.org/kde-workspace/89384880deab1ff387ece84c2711063ca4e0f81d

diff --git a/kdm/kcm/main.cpp b/kdm/kcm/main.cpp
index 8560c89..a2a3aaa 100644
--- a/kdm/kcm/main.cpp
+++ b/kdm/kcm/main.cpp
@@ -303,7 +303,7 @@ KSharedConfigPtr KDModule::createBackgroundTempConfig()
         config->group("X-*-Greeter").readEntry(
             "BackgroundCfg", KDE_CONFDIR "/kdm/backgroundrc");
 
-    KConfig systemBackgroundConfig(systemBackgroundConfigName);
+    KConfig systemBackgroundConfig(systemBackgroundConfigName, KConfig::SimpleConfig);
     KSharedConfigPtr pTempConfig = KSharedConfig::openConfig(tempBackgroundConfigName);
     systemBackgroundConfig.copyTo(tempBackgroundConfigName, pTempConfig.data());
     pTempConfig->sync();
[prev in list] [next in list] [prev in thread] [next in thread] 

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