Git commit 99f3c5a955cbbf23302c0b976df5fd9446352eee by Alex Fiestas. Pushed by afiestas into branch 'master'. Correct default value now that we use gst M +1 -1 src/device.cpp http://commits.kde.org/97ab38d2/99f3c5a955cbbf23302c0b976df5fd9446352eee diff --git a/src/device.cpp b/src/device.cpp index e20cb1e..5d63438 100644 --- a/src/device.cpp +++ b/src/device.cpp @@ -107,7 +107,7 @@ void Device::setHue(int level) int Device::brightness() const { - return config->group(m_udi).readEntry("brightness",100); + return config->group(m_udi).readEntry("brightness",0); } int Device::contrast() const