Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorEduardo Silva <edsiper@monotop.(none)>2007-07-06 20:26:59 (GMT)
committer Eduardo Silva <edsiper@monotop.(none)>2007-07-06 20:26:59 (GMT)
commit9d860bd5b147e86a77e974917bf3b5853b7aa48d (patch)
tree51a971ba7b2d3ff3d4d313440204daf0ba6974dc /shell
parent8af15d4e73e3f1db624e7f7ec3ed738648f14971 (diff)
Fix battery var, thanks to RWH
Diffstat (limited to 'shell')
-rw-r--r--shell/view/devices/battery.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/devices/battery.py b/shell/view/devices/battery.py
index 8b0ba29..37ea9f0 100644
--- a/shell/view/devices/battery.py
+++ b/shell/view/devices/battery.py
@@ -47,7 +47,7 @@ class DeviceView(canvasicon.CanvasIcon):
if self._model.props.charging:
status = _STATUS_CHARING
elif self._model.props.discharging:
- status = _STATUS_DISCHARING
+ status = _STATUS_DISCHARGING
else:
status = _STATUS_FULLY_CHARGED