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:
Jacek Jendrzej
2012-11-05 16:45:34 +01:00
parent 8b32bf95dc
commit 8286a1702c

View File

@@ -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()) {