mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
gui/miscsettings_menu.cpp: fix settings sectionsd config
Origin commit data
------------------
Branch: ni/coolstream
Commit: 320c3b163c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-20 (Mon, 20 Oct 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -274,17 +274,8 @@ int CMiscMenue::showMiscSettingsMenu()
|
||||
|
||||
int res = misc_menue.exec(NULL, "");
|
||||
|
||||
g_settings.epg_cache = atoi(epg_cache.c_str());
|
||||
g_settings.epg_extendedcache = atoi(epg_extendedcache.c_str());
|
||||
g_settings.epg_old_events = atoi(epg_old_events.c_str());
|
||||
g_settings.epg_max_events = atoi(epg_max_events.c_str());
|
||||
|
||||
delete fanNotifier;
|
||||
delete sectionsdConfigNotifier;
|
||||
#if 0
|
||||
if(cs_get_revision() > 7)
|
||||
delete miscNotifier;
|
||||
#endif
|
||||
delete miscEpgNotifier;
|
||||
delete miscEpgScanNotifier;
|
||||
return res;
|
||||
|
Reference in New Issue
Block a user