Commit 92342ad4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix open folder

Close #3956 and #4072
parent 728fbc03
......@@ -500,7 +500,7 @@ static void openDirectory( intf_thread_t *p_intf, bool pl, bool go )
if( dir.isEmpty() )
return;
char *uri = make_URI( qtu( dir ) );
char *uri = make_URI( qtu( toNativeSeparators( dir ) ) );
if( unlikely(uri == NULL) )
return;
......
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