forwardport of rev. 878485,878776:
also an icon for the configure dialog (and its windows) is nice svn path=/trunk/KDE/kdebase/workspace/; revision=878778
This commit is contained in:
parent
6aad669e71
commit
017171023e
1 changed files with 4 additions and 1 deletions
|
@ -1165,7 +1165,10 @@ QStringList Workspace::configModules(bool controlCenter)
|
|||
|
||||
void Workspace::configureWM()
|
||||
{
|
||||
KToolInvocation::kdeinitExec( "kcmshell4", configModules(false) );
|
||||
QStringList args;
|
||||
args << "--icon" << "preferences-system-windows"
|
||||
<< configModules(false) ;
|
||||
KToolInvocation::kdeinitExec( "kcmshell4", args );
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in a new issue