src/gui/screensetup.cpp reset channellist modules

Origin commit data
------------------
Branch: ni/coolstream
Commit: 057cee2408
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-12-14 (Thu, 14 Dec 2017)


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

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2017-12-14 12:36:44 +01:00
parent 77cb666bfd
commit 1b5955f4b7

View File

@@ -160,6 +160,9 @@ int CScreenSetup::exec(CMenuTarget* parent, const std::string &)
if (g_InfoViewer) /* recalc infobar position */
g_InfoViewer->start();
if (CNeutrinoApp::getInstance()->channelList)
CNeutrinoApp::getInstance()->channelList->ResetModules();
loop = false;
break;
}