From 8824060f126abbea7f90fa6809947ad2c4f23a22 Mon Sep 17 00:00:00 2001 From: Oliver Bausinger Date: Thu, 11 Jul 2002 20:54:54 +0000 Subject: [PATCH] fix the disappearence of kwinoptions and provide the other (new) control modules in the Configure... menu svn path=/trunk/kdebase/kwin/; revision=166110 --- workspace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace.cpp b/workspace.cpp index 947c70709f..6e936b592b 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -3978,7 +3978,7 @@ void Workspace::focusEnsurance() void Workspace::configureWM() { QStringList args; - args << "kwinoptions" << "kwindecoration"; + args << "kwindecoration" << "kwinactions" << "kwinfocus" << "kwinmoving" << "kwinadvanced"; KApplication::kdeinitExec( "kcmshell", args ); }