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

David Fuhrmann git at videolan.org
Wed Oct 16 22:37:20 CEST 2013


vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Wed Oct 16 20:58:46 2013 +0200| [216b6ea6810da0dc11fab94ae0bc7c558f73b59f] | committer: David Fuhrmann

macosx: fix behaviour of mute menu items (close #9685)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=216b6ea6810da0dc11fab94ae0bc7c558f73b59f
---

 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