Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/devices/battery.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-08-16 10:58:40 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-08-16 10:58:40 (GMT)
commita79a3198c589b3b701aaa1e2a1ef1eaf0a458f41 (patch)
treeea63468ffec3bcc60d3616fefd27c96e8192071a /shell/view/devices/battery.py
parente95e786432cd4385cf6dd86bec2d21538d0ffff5 (diff)
Adapt to devices icon name changes.
Diffstat (limited to 'shell/view/devices/battery.py')
-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 16863d3..cdd2e78 100644
--- a/shell/view/devices/battery.py
+++ b/shell/view/devices/battery.py
@@ -21,7 +21,7 @@ from sugar.graphics import canvasicon
from sugar.graphics import style
from sugar.graphics.palette import Palette
-_ICON_NAME = 'device-battery'
+_ICON_NAME = 'battery'
_STATUS_CHARGING = 0
_STATUS_DISCHARGING = 1