changeset 36956:7dacd58cd2bb

Fix bug with ivSetVolume. It's ivSetVolume that shouldn't trigger the OSD display, not evSetVolume.
author ib
date Mon, 24 Mar 2014 10:16:01 +0000
parents d1ece1312aaa
children 975c482d1afc
files gui/ui/actions.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/ui/actions.c	Sun Mar 23 16:44:42 2014 +0000
+++ b/gui/ui/actions.c	Mon Mar 24 10:16:01 2014 +0000
@@ -331,7 +331,7 @@
             mixer_setvolume(mixer, FFMIN(l, guiInfo.Volume), FFMIN(r, guiInfo.Volume));
         }
 
-        if (ev == evSetVolume)
+        if (ev == ivSetVolume)
             break;
 
         if (osd_level) {