mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
/bouquetlist.cpp: close Favo also with RC_favorites
Origin commit data
------------------
Branch: ni/coolstream
Commit: e50a5ef013
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-12 (Wed, 12 Sep 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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