Sync plasma desktop theme color with oxygenized color.
Use kwin3_ to be coherent with kwin/plugins. svn path=/trunk/KDE/kdebase/workspace/; revision=732895
This commit is contained in:
parent
ae357add60
commit
a2a55254c7
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ void KWinDecorationModule::readConfig( const KConfigGroup & conf )
|
|||
|
||||
oldLibraryName = currentLibraryName;
|
||||
currentLibraryName = conf.readEntry("PluginLib",
|
||||
((QPixmap::defaultDepth() > 8) ? "kwin_oxygen" : "kwin_plastik"));
|
||||
((QPixmap::defaultDepth() > 8) ? "kwin3_oxygen" : "kwin3_plastik"));
|
||||
QString decoName = decorationName( currentLibraryName );
|
||||
|
||||
// If we are using the "default" kde client, use the "default" entry.
|
||||
|
|
Loading…
Reference in a new issue