[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bkamoso=5D_src=3A_Correct_default_value_now_that_we_?=
From:       Alex Fiestas <alex () eyeos ! org>
Date:       2011-01-28 15:57:36
Message-ID: 20110128155736.08B8CA60A9 () git ! kde ! org
[Download RAW message or body]

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic