[vlc-commits] macosx: fix behaviour of mute menu items (close #9685)

David Fuhrmann git at videolan.org
Wed Oct 16 22:44:41 CEST 2013


vlc/vlc-2.1 | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Wed Oct 16 20:58:46 2013 +0200| [5dc78301c3568a917cfda5b61672cdd48e4e3196] | committer: David Fuhrmann

macosx: fix behaviour of mute menu items (close #9685)
(cherry picked from commit 216b6ea6810da0dc11fab94ae0bc7c558f73b59f)

Signed-off-by: David Fuhrmann <david.fuhrmann at googlemail.com>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=5dc78301c3568a917cfda5b61672cdd48e4e3196
---

 modules/gui/macosx/controls.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/controls.m b/modules/gui/macosx/controls.m
index 404446e..943cf85 100644
--- a/modules/gui/macosx/controls.m
+++ b/modules/gui/macosx/controls.m
@@ -146,7 +146,7 @@
 
 - (IBAction)mute:(id)sender
 {
-    [[VLCCoreInteraction sharedInstance] setMute: YES];
+    [[VLCCoreInteraction sharedInstance] toggleMute];
 }
 
 - (IBAction)volumeSliderUpdated:(id)sender



More information about the vlc-commits mailing list