mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
/bouquetlist.cpp: close Favo also with RC_favorites
This commit is contained in:
@@ -352,7 +352,8 @@ int CBouquetList::show(bool bShowChannelList)
|
||||
loop = false;
|
||||
}
|
||||
else if ((msg == CRCInput::RC_timeout ) ||
|
||||
(msg == (neutrino_msg_t)g_settings.key_channelList_cancel))
|
||||
(msg == (neutrino_msg_t)g_settings.key_channelList_cancel) ||
|
||||
(msg == CRCInput::RC_favorites) )
|
||||
{
|
||||
selected = oldselected;
|
||||
if(fader.StartFadeOut()) {
|
||||
|
Reference in New Issue
Block a user