Commit 7a6bff50 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix small error

This was not correctly saving the last opened folder with some encoding
(cherry picked from commit 0fe06bc3f1cae8823f3a7baa012b1ff4e126a286)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d862c1b9
......@@ -506,7 +506,7 @@ static void openDirectory( intf_thread_t *p_intf, bool pl, bool go )
if( dir.isEmpty() )
return;
p_intf->p_sys->filepath = qtu( dir );
p_intf->p_sys->filepath = dir;
const char *scheme = "directory";
if( dir.endsWith( "/VIDEO_TS", Qt::CaseInsensitive ) )
......
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