From 8b36c0f1312edea50542d58cf05d1ffea0cfc63f 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 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/e07c9ba0e492bee2127c91a5212c25c967ed77d1 Author: [CST] Focus Date: 2015-11-03 (Tue, 03 Nov 2015) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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: