Sync plasma desktop theme color with oxygenized color.

Use kwin3_ to be coherent with kwin/plugins.


svn path=/trunk/KDE/kdebase/workspace/; revision=732895
icc-effect-5.14.5
Fathi Boudra 2007-11-05 00:36:19 +00:00
parent ae357add60
commit a2a55254c7
1 changed files with 1 additions and 1 deletions

View File

@ -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.