Commit 17a1e221 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fixed trivial merge mistake when broke 'advanced open file'

parent 2dd572b0
...@@ -630,7 +630,8 @@ static VLCOpen *_o_sharedMainInstance = nil; ...@@ -630,7 +630,8 @@ static VLCOpen *_o_sharedMainInstance = nil;
[self setMRL: o_mrl_string]; [self setMRL: o_mrl_string];
} }
[self setMRL: @""]; else
[self setMRL: @""];
} }
- (IBAction)openFileBrowse:(id)sender - (IBAction)openFileBrowse:(id)sender
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment