Set oxygen as kwin decoration default plugin

svn path=/trunk/KDE/kdebase/workspace/; revision=732861
icc-effect-5.14.5
Fathi Boudra 2007-11-04 22:47:22 +00:00
parent ea2ebe5e62
commit ae357add60
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ PluginMgr::PluginMgr()
: KDecorationPlugins( KGlobal::config())
{
defaultPlugin = (QPixmap::defaultDepth() > 8) ?
"kwin3_plastik" : "kwin3_quartz";
"kwin3_oxygen" : "kwin3_plastik";
loadPlugin( "" ); // load the plugin specified in cfg file
}