From a2a55254c78d7dfcfec60f27af27688a57a7ea6b Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Mon, 5 Nov 2007 00:36:19 +0000 Subject: [PATCH] Sync plasma desktop theme color with oxygenized color. Use kwin3_ to be coherent with kwin/plugins. svn path=/trunk/KDE/kdebase/workspace/; revision=732895 --- kcmkwin/kwindecoration/kwindecoration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcmkwin/kwindecoration/kwindecoration.cpp b/kcmkwin/kwindecoration/kwindecoration.cpp index 8194dffef8..b306f85170 100644 --- a/kcmkwin/kwindecoration/kwindecoration.cpp +++ b/kcmkwin/kwindecoration/kwindecoration.cpp @@ -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.