mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
src/gui/bouquetlist.cpp: close FAV window with rc-fav only in FAV mode
Origin commit data
------------------
Branch: ni/coolstream
Commit: 80fe0c9307
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-05 (Mon, 05 Nov 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -384,7 +384,7 @@ int CBouquetList::show(bool bShowChannelList)
|
|||||||
}
|
}
|
||||||
else if ((msg == CRCInput::RC_timeout ) ||
|
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) )
|
((msg == CRCInput::RC_favorites) && (CNeutrinoApp::getInstance()->GetChannelMode() == LIST_MODE_FAV)))
|
||||||
{
|
{
|
||||||
selected = oldselected;
|
selected = oldselected;
|
||||||
if(fader.StartFadeOut()) {
|
if(fader.StartFadeOut()) {
|
||||||
|
Reference in New Issue
Block a user