mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
- movieplayer: don't wake up screensaver with ignored msgs
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1628,7 +1628,7 @@ void CMoviePlayerGui::PlayFileLoop(void)
|
||||
CScreenSaver::getInstance()->Start();
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (!CScreenSaver::getInstance()->ignoredMsg(msg))
|
||||
{
|
||||
if (CScreenSaver::getInstance()->isActive())
|
||||
{
|
||||
|
Reference in New Issue
Block a user