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 373dbba059.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0cda142ba7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-07-17 (Thu, 17 Jul 2014)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-07-17 15:16:05 +04:00
parent 1613427042
commit c0e8774e52
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