[vlc-commits] macosx/open: fix invalid parameter type

Felix Paul Kühne git at videolan.org
Mon Oct 21 09:16:23 CEST 2019


vlc | branch: master | Felix Paul Kühne <felix at feepk.net> | Sun Oct 20 16:40:42 2019 +0200| [a33420c0236ad01adaa7257ce842006195b9418a] | committer: Felix Paul Kühne

macosx/open: fix invalid parameter type

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

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

diff --git a/modules/gui/macosx/windows/VLCOpenWindowController.m b/modules/gui/macosx/windows/VLCOpenWindowController.m
index af3bd18fdf..3f79a3fe9c 100644
--- a/modules/gui/macosx/windows/VLCOpenWindowController.m
+++ b/modules/gui/macosx/windows/VLCOpenWindowController.m
@@ -179,7 +179,7 @@ NSString *const VLCOpenTextFieldWasClicked = @"VLCOpenTextFieldWasClicked";
     [sharedNotificationCenter addObserver:self selector:@selector(scanOpticalMedia:) name:NSWorkspaceDidUnmountNotification object:nil];
 
     [self qtkToggleUIElements:nil];
-    [self updateMediaSelector:nil];
+    [self updateMediaSelector:NO];
     [self scanOpticalMedia:nil];
 
     [self setMRL: @""];



More information about the vlc-commits mailing list