From e07c9ba0e492bee2127c91a5212c25c967ed77d1 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 3 Nov 2015 12:25:35 +0300 Subject: [PATCH] neutrino.cpp: on favorites button, show providers, if favorites empty --- src/neutrino.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index ccc1edb30..20dab673a 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -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: