mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
CMessageBox: ignore mute button for message boxes
In some constellations it's possible that mute button is passed. For example see deleting functionality in moviebrowser. This should avoid unintended passing.
This commit is contained in:
@@ -271,7 +271,7 @@ int CMessageBox::exec(int timeout)
|
||||
{
|
||||
loop = false;
|
||||
}
|
||||
else if((msg == CRCInput::RC_sat) || (msg == CRCInput::RC_favorites) || (msg == CRCInput::RC_www) || (msg == CRCInput::RC_spkr) )
|
||||
else if((msg == CRCInput::RC_sat) || (msg == CRCInput::RC_favorites) || (msg == CRCInput::RC_www) || (msg == CRCInput::RC_spkr))
|
||||
{
|
||||
}
|
||||
else if (CNeutrinoApp::getInstance()->handleMsg(msg, data) & messages_return::cancel_all)
|
||||
|
Reference in New Issue
Block a user