Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2008-06-24 20:28:24 (GMT)
committer Martin Dengler <martin@martindengler.com>2008-06-24 20:29:36 (GMT)
commit58582b60ed40c343133d2746949a8a58b486adca (patch)
treedecadf4164173fb059479195962cb9d91c966a7d /src
parentfffa4ba36759e3dd9e3056c9d1aa5a660f1591c4 (diff)
speaker-icon chosen correctly for #7248.1
speaker icon now chosen correctly; requires sugar-toolkit commit 1403f7d26d53c89457ee6cf3b0535247c7e163e6
Diffstat (limited to 'src')
-rw-r--r--src/view/devices/speaker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/devices/speaker.py b/src/view/devices/speaker.py
index 5db16b5..a7efb26 100644
--- a/src/view/devices/speaker.py
+++ b/src/view/devices/speaker.py
@@ -57,7 +57,7 @@ class DeviceView(TrayIcon):
xo_color = XoColor('%s,%s' % (style.COLOR_WHITE.get_svg(),
style.COLOR_WHITE.get_svg()))
- self.icon.props.icon_name = get_icon_state(name, current_level)
+ self.icon.props.icon_name = get_icon_state(name, current_level, step=1)
self.icon.props.xo_color = xo_color
def __speaker_status_changed_cb(self, pspec, param):