fix the disappearence of kwinoptions and provide the other (new)
control modules in the Configure... menu svn path=/trunk/kdebase/kwin/; revision=166110
This commit is contained in:
parent
8fbc260a27
commit
8824060f12
1 changed files with 1 additions and 1 deletions
|
@ -3978,7 +3978,7 @@ void Workspace::focusEnsurance()
|
||||||
void Workspace::configureWM()
|
void Workspace::configureWM()
|
||||||
{
|
{
|
||||||
QStringList args;
|
QStringList args;
|
||||||
args << "kwinoptions" << "kwindecoration";
|
args << "kwindecoration" << "kwinactions" << "kwinfocus" << "kwinmoving" << "kwinadvanced";
|
||||||
KApplication::kdeinitExec( "kcmshell", args );
|
KApplication::kdeinitExec( "kcmshell", args );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue