mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
bouqueteditor_channels.cpp: use RC_tv if key_tvradio_mode not defined fix commit d8b0c41947
Origin commit data
------------------
Branch: ni/coolstream
Commit: 30fb340406
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-01-29 (Thu, 29 Jan 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user