gui/movieplayer.cpp: fix file info display,

bug from commit 95ac729ff6
This commit is contained in:
[CST] Focus
2014-11-05 16:37:03 +03:00
parent 50a90906a0
commit 6586588409

View File

@@ -383,8 +383,6 @@ void CMoviePlayerGui::Cleanup()
p_movie_info = NULL; p_movie_info = NULL;
autoshot_done = false; autoshot_done = false;
currentaudioname = "Unk"; currentaudioname = "Unk";
info_1 = "";
info_2 = "";
} }
void CMoviePlayerGui::ClearFlags() void CMoviePlayerGui::ClearFlags()
@@ -469,6 +467,8 @@ bool CMoviePlayerGui::SelectFile()
menu_ret = menu_return::RETURN_REPAINT; menu_ret = menu_return::RETURN_REPAINT;
Cleanup(); Cleanup();
info_1 = "";
info_2 = "";
pretty_name.clear(); pretty_name.clear();
file_name.clear(); file_name.clear();