From ed03bf9f6e87c9957f2b370de1d3957d534fd600 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Mon, 26 Jan 2015 16:03:11 +0300 Subject: [PATCH] neutrino.cpp: set EPG filter after edit favorites in channel list, too --- src/neutrino.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index debffd20a..6632a9a3d 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -2549,8 +2549,11 @@ _repeat: CHintBox* hintBox= new CHintBox(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(loc)); hintBox->paint(); - if (favorites_changed) + if (favorites_changed) { g_bouquetManager->saveUBouquets(); + if (!channels_init) + CEpgScan::getInstance()->ConfigureEIT(); + } if (channels_changed) CServiceManager::getInstance()->SaveServices(true);