svn path=/trunk/KDE/kdebase/workspace/; revision=632855
icc-effect-5.14.5
Laurent Montel 2007-02-12 14:28:50 +00:00
parent 36afaf2efc
commit c65b031e94
1 changed files with 8 additions and 8 deletions

View File

@ -1487,14 +1487,14 @@ void KTranslucencyConfig::load( void )
useTranslucency->setChecked(config->readEntry("UseTranslucency", false));
config->setGroup( "Translucency" );
activeWindowTransparency->setChecked(config->readEntry("TranslucentActiveWindows", false);
inactiveWindowTransparency->setChecked(config->readEntry("TranslucentInactiveWindows", true);
movingWindowTransparency->setChecked(config->readEntry("TranslucentMovingWindows", false);
removeShadowsOnMove->setChecked(config->readEntry("RemoveShadowsOnMove", false);
removeShadowsOnResize->setChecked(config->readEntry("RemoveShadowsOnResize", false);
dockWindowTransparency->setChecked(config->readEntry("TranslucentDocks", true);
keepAboveAsActive->setChecked(config->readEntry("TreatKeepAboveAsActive", true);
onlyDecoTranslucent->setChecked(config->readEntry("OnlyDecoTranslucent", false);
activeWindowTransparency->setChecked(config->readEntry("TranslucentActiveWindows", false));
inactiveWindowTransparency->setChecked(config->readEntry("TranslucentInactiveWindows", true));
movingWindowTransparency->setChecked(config->readEntry("TranslucentMovingWindows", false));
removeShadowsOnMove->setChecked(config->readEntry("RemoveShadowsOnMove", false));
removeShadowsOnResize->setChecked(config->readEntry("RemoveShadowsOnResize", false));
dockWindowTransparency->setChecked(config->readEntry("TranslucentDocks", true));
keepAboveAsActive->setChecked(config->readEntry("TreatKeepAboveAsActive", true));
onlyDecoTranslucent->setChecked(config->readEntry("OnlyDecoTranslucent", false));
activeWindowOpacity->setValue(config->readEntry("ActiveWindowOpacity",100));
inactiveWindowOpacity->setValue(config->readEntry("InactiveWindowOpacity",75));