gui/movieplayer.cpp: fix file info display,

bug from commit 6b808f2c00


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6586588409
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-11-05 (Wed, 05 Nov 2014)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-11-05 16:37:03 +03:00
parent fc4b8cc81c
commit 3ed4d33428

View File

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