vlc | branch: master | Felix Paul Kühne <[email protected]> | 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: @""];

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to