Commit 49bf115d authored by Sebastien Zwickert's avatar Sebastien Zwickert Committed by Jean-Baptiste Kempf

MacOS: fixes an issue with the recents item that doesn't list the opened media...

MacOS: fixes an issue with the recents item that doesn't list the opened media since changes made in b0620aea.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit c6b77506)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent eda9d312
...@@ -1161,7 +1161,7 @@ ...@@ -1161,7 +1161,7 @@
} }
/* Recent documents menu */ /* Recent documents menu */
o_true_file = [NSURL fileURLWithPath: o_uri]; o_true_file = [NSURL URLWithString: o_uri];
if( o_true_file != nil && (BOOL)config_GetInt( p_playlist, "macosx-recentitems" ) == YES ) if( o_true_file != nil && (BOOL)config_GetInt( p_playlist, "macosx-recentitems" ) == YES )
{ {
[[NSDocumentController sharedDocumentController] [[NSDocumentController sharedDocumentController]
......
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