mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
moviebrowser: mb.cpp, implement ShowHintS for save_movie_info
This commit is contained in:
@@ -886,13 +886,8 @@ int CMovieBrowser::exec(CMenuTarget* parent, const std::string & actionKey)
|
|||||||
}
|
}
|
||||||
else if (actionKey == "save_movie_info")
|
else if (actionKey == "save_movie_info")
|
||||||
{
|
{
|
||||||
CHint *loadBox = new CHint(LOCALE_MOVIEBROWSER_MENU_SAVE);
|
sigc::slot<void> sl = sigc::hide_return(sigc::bind(sigc::mem_fun(&m_movieInfo, &CMovieInfo::saveMovieInfo), *m_movieSelectionHandler, (CFile*)NULL));
|
||||||
loadBox->setDelay(1);
|
ShowHintS(LOCALE_MOVIEBROWSER_MENU_SAVE, sl, 1);
|
||||||
loadBox->paint();
|
|
||||||
|
|
||||||
m_movieInfo.saveMovieInfo(*m_movieSelectionHandler);
|
|
||||||
|
|
||||||
delete loadBox;
|
|
||||||
}
|
}
|
||||||
else if (actionKey == "save_movie_info_all")
|
else if (actionKey == "save_movie_info_all")
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user