neutrino.cpp: on favorites button, show providers, if favorites empty

Origin commit data
------------------
Branch: ni/coolstream
Commit: e07c9ba0e4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-11-03 (Tue, 03 Nov 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-11-03 12:25:35 +03:00
parent 5fa63a028a
commit 8b36c0f131

View File

@@ -2543,6 +2543,8 @@ int CNeutrinoApp::showChannelList(const neutrino_msg_t _msg, bool from_menu)
nNewChannel = bouquetList->exec(true);
} else if(msg == CRCInput::RC_favorites) {
SetChannelMode(LIST_MODE_FAV);
if (bouquetList->Bouquets.empty())
SetChannelMode(LIST_MODE_PROV);
nNewChannel = bouquetList->exec(true);
}
_repeat: