Set oxygen as kwin decoration default plugin
svn path=/trunk/KDE/kdebase/workspace/; revision=732861
This commit is contained in:
parent
ea2ebe5e62
commit
ae357add60
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue