fix the disappearence of kwinoptions and provide the other (new)

control modules in the Configure... menu

svn path=/trunk/kdebase/kwin/; revision=166110
icc-effect-5.14.5
Oliver Bausinger 2002-07-11 20:54:54 +00:00
parent 8fbc260a27
commit 8824060f12
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}