mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
- split epg_read from epg_save ...
... to get the possibility to read EPG-data from an external device at boot w/o saving the own data at shutdown/standby.
This commit is contained in:
@@ -41,8 +41,11 @@ class CMiscMenue : public CMenuTarget, CChangeObserver
|
||||
CFanControlNotifier *fanNotifier;
|
||||
CSectionsdConfigNotifier* sectionsdConfigNotifier;
|
||||
//COnOffNotifier* miscNotifier;
|
||||
COnOffNotifier* miscEpgNotifier;
|
||||
COnOffNotifier* miscEpgScanNotifier;
|
||||
CMenuOptionChooser * epg_save;
|
||||
CMenuOptionChooser * epg_save_standby;
|
||||
CMenuOptionChooser * epg_read;
|
||||
CMenuForwarder * epg_dir;
|
||||
int width;
|
||||
std::string epg_cache;
|
||||
std::string epg_extendedcache;
|
||||
|
Reference in New Issue
Block a user