[Bug 104794] Re: guidance-power-manager shows dischanging if battery full

Luka Renko lure.net at gmail.com
Thu May 3 18:19:56 UTC 2007


This bug was fixed just before the release with proper patch:

@@ -184,7 +191,10 @@
             if properties["battery.rechargeable.is_charging"]:
                 state = "charging"
             elif properties["battery.rechargeable.is_discharging"]:
-                state = "discharging"
+                if self.onBattery():
+                    state = "discharging"
+                else:
+                    state = "charged"
             elif not properties["battery.rechargeable.is_discharging"] \
                  and not properties["battery.rechargeable.is_charging"]:

If you still get this bug with up-to-date feisty, feel free to re-open
the bug.

** Changed in: kde-guidance (Ubuntu)
       Status: Confirmed => Fix Released

-- 
guidance-power-manager shows dischanging if battery full
https://bugs.launchpad.net/bugs/104794
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kde-guidance in ubuntu.




More information about the kubuntu-bugs mailing list