From 6ee5fca9f9f4c4a2e3507e21b551ae3601ac39a8 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Fri, 6 Jul 2007 16:41:14 -0400 Subject: [PATCH] Fix battery var II, thanks to RWH --- shell/view/devices/battery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/view/devices/battery.py b/shell/view/devices/battery.py index 37ea9f04..adc84b04 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: