Reverted part of r890193 as it didn't fix the problem.
svn path=/trunk/KDE/kdebase/workspace/; revision=890200
This commit is contained in:
parent
ab330beb59
commit
01d167d463
1 changed files with 0 additions and 2 deletions
|
@ -855,7 +855,6 @@ void KWinCompositingConfig::copyPluginsToTmpConfig()
|
|||
KConfigGroup newGroup( mNewConfig, "Plugins" );
|
||||
KConfigGroup tmpGroup( mTmpConfig, "Plugins" );
|
||||
tmpGroup.deleteGroup();
|
||||
mTmpConfig->sync();
|
||||
newGroup.copyTo( &tmpGroup );
|
||||
}
|
||||
|
||||
|
@ -864,7 +863,6 @@ void KWinCompositingConfig::copyPluginsToNewConfig()
|
|||
KConfigGroup newGroup( mNewConfig, "Plugins" );
|
||||
KConfigGroup tmpGroup( mTmpConfig, "Plugins" );
|
||||
newGroup.deleteGroup();
|
||||
mNewConfig->sync();
|
||||
tmpGroup.copyTo( &newGroup );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue