bouqueteditor_channels.cpp: use RC_tv if key_tvradio_mode not defined fix commit ecff984432

This commit is contained in:
Jacek Jendrzej
2015-01-29 11:44:49 +01:00
parent 2074dc4a5d
commit 30fb340406

View File

@@ -437,7 +437,7 @@ int CBEChannelWidget::exec(CMenuTarget* parent, const std::string & /*actionKey*
}
}
*/
else if( msg == (neutrino_msg_t) g_settings.key_tvradio_mode || CRCInput::RC_tv ) {
else if( msg == (neutrino_msg_t) g_settings.key_tvradio_mode || msg==CRCInput::RC_tv ) {
if (mode == CZapitClient::MODE_TV)
mode = CZapitClient::MODE_RADIO;
else