Commit c3eb1032 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: Reset the Open List on acceptance

parent b7923c3e
......@@ -210,6 +210,7 @@ void FileOpenPanel::accept()
{
//FIXME
// p_intf->p_sys->psz_filepath = qtu( dialogBox->directory().absolutePath() );
ui.fileListWidg->clear();
}
/* Function called by Open Dialog when clicked on cancel */
......
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