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:41:14 (GMT)
committer Eduardo Silva <edsiper@monotop.(none)>2007-07-06 20:41:14 (GMT)
commit6ee5fca9f9f4c4a2e3507e21b551ae3601ac39a8 (patch)
tree85ab085bcab49c7d010da9493f8107fcad837028 /shell
parent52fff021d03a5ee9dea834399e37ded99158fedd (diff)
Fix battery var II, 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 37ea9f0..adc84b0 100644
--- a/shell/view/devices/battery.py
+++ b/shell/view/devices/battery.py
@@ -45,7 +45,7 @@ class DeviceView(canvasicon.CanvasIcon):
# Update palette
if self._model.props.charging:
- status = _STATUS_CHARING
+ status = _STATUS_CHARGING
elif self._model.props.discharging:
status = _STATUS_DISCHARGING
else: