Fix battery var, thanks to RWH

This commit is contained in:
Eduardo Silva 2007-07-06 16:26:59 -04:00
parent 8af15d4e73
commit 9d860bd5b1

View File

@ -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