SVN commit 1106066 by hmacht: Don't reset the brightness to the one configured in the profile everytime a timeout is reached. This would overwrite a temporary user defined setting. Reference: http://reviewboard.kde.org/r/3192/ M +0 -1 PowerDevilDaemon.cpp --- trunk/KDE/kdebase/workspace/powerdevil/daemon/PowerDevilDaemon.cpp #1106065:1106066 @@ -978,7 +978,6 @@ } else { d->status = NoAction; KIdleTime::instance()->stopCatchingResumeEvent(); - Solid::Control::PowerManager::setBrightness(settings->readEntry("brightness").toInt()); } }