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

List:       kde-commits
Subject:    kdeutils/klaptopdaemon
From:       Volker Krause <volker.krause () rwth-aachen ! de>
Date:       2004-04-12 16:05:11
Message-ID: 20040412160511.17E9C99E8 () office ! kde ! org
[Download RAW message or body]

CVS commit by vkrause: 




  M +2 -2      portable.cpp   1.88


--- kdeutils/klaptopdaemon/portable.cpp  #1.87:1.88
@@ -1461,5 +1461,5 @@ laptop_portable::set_brightness(bool bla
                 if (val > 255)
                         val = 255;
-                val = (val+7)>>5;
+                val >>= 5;
                 if (val == 0 && !blank)
                         val = 1;


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

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