mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
gui/movieplayer.cpp: fix file info display,
bug from commit7bf0c37de4
Origin commit data ------------------ Commit:6586588409
Author: [CST] Focus <focus.cst@gmail.com> Date: 2014-11-05 (Wed, 05 Nov 2014)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user