projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b018ac1
)
ensure that all mixer volumes resolve to the appropriate gadget icon
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Wed, 11 Nov 2015 16:50:51 +0000
(11:50 -0500)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Wed, 11 Nov 2015 16:54:58 +0000
(11:54 -0500)
reported by Jef91 in #e
src/modules/mixer/e_mod_main.c
patch
|
blob
|
history
diff --git
a/src/modules/mixer/e_mod_main.c
b/src/modules/mixer/e_mod_main.c
index a8d16431bed419061fce797547a769d26916c08b..d907a0940d0865092f4b29727a2c9c1e0f302980 100644
(file)
--- a/
src/modules/mixer/e_mod_main.c
+++ b/
src/modules/mixer/e_mod_main.c
@@
-102,7
+102,7
@@
_notify(const int val)
icon = "audio-volume-muted";
else if ((val > 33) && (val < 66))
icon = "audio-volume-medium";
- else if (val < 33)
+ else if (val <
=
33)
icon = "audio-volume-low";
else
icon = "audio-volume-high";