Revert "CChannelList/COsdSetup: use showOsdChanlistSetup() from OSD-Setup"

commit has problems: bad looking, if fade is ON, menu missed channel list fonts config

This reverts commit 5c9adb6180.


Origin commit data
------------------
Commit: 0cda142ba7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-07-17 (Thu, 17 Jul 2014)
This commit is contained in:
[CST] Focus
2014-07-17 15:16:05 +04:00
parent 17c40a5d6e
commit fa1be7a360
3 changed files with 64 additions and 10 deletions

View File

@@ -101,7 +101,7 @@ class COsdSetup : public CMenuTarget, public CChangeObserver
~COsdSetup();
int exec(CMenuTarget* parent, const std::string & actionKey);
bool changeNotify(const neutrino_locale_t OptionName, void * /*data*/);
int showContextChanlistMenu(CMenuWidget *menu_chanlist);
int showContextChanlistMenu();
};
#endif