Compile/link
svn path=/trunk/KDE/kdebase/workspace/; revision=476066
This commit is contained in:
parent
18c7a1fca3
commit
71b041d1ec
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ bool KDecorationPlugins::loadPlugin( QString nameStr )
|
|||
{
|
||||
if( nameStr.isEmpty())
|
||||
{
|
||||
KConfigGroupSaver saver( config, "Style" );
|
||||
nameStr = config->readEntry("PluginLib", defaultPlugin );
|
||||
KConfigGroup saver( config, "Style" );
|
||||
nameStr = saver.readEntry("PluginLib", defaultPlugin );
|
||||
}
|
||||
// make sure people can switch between HEAD and kwin_iii branch
|
||||
if( nameStr.startsWith( "kwin_" ))
|
||||
|
|
Loading…
Reference in a new issue