From f337ec8cfd5562fcfb4a4119c91cb91f584e15c1 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 6 Sep 2007 20:34:44 +0000 Subject: [PATCH] give the proper names for kcm modules to load; not sure about the KAuthorized thing, though svn path=/trunk/KDE/kdebase/workspace/; revision=709211 --- workspace.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspace.cpp b/workspace.cpp index 031aa28e6e..aa57609616 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -1115,9 +1115,9 @@ void Workspace::saveDesktopSettings() QStringList Workspace::configModules(bool controlCenter) { QStringList args; - args << "kde-kwindecoration.desktop"; + args << "kwindecoration"; if (controlCenter) - args << "kde-kwinoptions.desktop"; + args << "kwinoptions"; else if (KAuthorized::authorizeControlModule("kde-kwinoptions.desktop")) args << "kwinactions" << "kwinfocus" << "kwinmoving" << "kwinadvanced" << "kwinrules" << "kwincompositing" << "kwineffects"; return args;