ensure that all mixer volumes resolve to the appropriate gadget icon
authorMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 11 Nov 2015 16:50:51 +0000 (11:50 -0500)
committerMike 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

index a8d16431bed419061fce797547a769d26916c08b..d907a0940d0865092f4b29727a2c9c1e0f302980 100644 (file)
@@ -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";