Fix icon names

This commit is contained in:
Marco Pesenti Gritti
2007-10-19 20:30:09 +02:00
parent 60c746ce5a
commit efd0bbd326
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class DeviceView(CanvasIcon):
# Update palette
if self._model.props.charging:
status = _STATUS_CHARGING
self.props.badge_name = 'badge-charging'
self.props.badge_name = 'emblem-charging'
elif self._model.props.discharging:
status = _STATUS_DISCHARGING
self.props.badge_name = None