diff options
author | horchi <vdr@jwendel.de> | 2017-03-24 15:55:29 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-03-24 15:55:29 +0100 |
commit | 507589a21e103175efe1a56df9bb76c1041d4c2e (patch) | |
tree | 5238d9704c1731ba555cb15a57d61115d00564dd /plgconfig.c | |
parent | 1f4a00c6dc78a7fec4e3a26ee74c656484db015a (diff) | |
download | vdr-plugin-epg2vdr-507589a21e103175efe1a56df9bb76c1041d4c2e.tar.gz vdr-plugin-epg2vdr-507589a21e103175efe1a56df9bb76c1041d4c2e.tar.bz2 |
2017-03-24 version 1.1.56 (horchi)\n - bugfix: Fixed problem with service interface (frequent db reconnects)\n\n1.1.56
Diffstat (limited to 'plgconfig.c')
-rw-r--r-- | plgconfig.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plgconfig.c b/plgconfig.c index 4dda3d2..b41983b 100644 --- a/plgconfig.c +++ b/plgconfig.c @@ -13,7 +13,7 @@ cEpg2VdrConfig Epg2VdrConfig; // cEpg2VdrConfig //*************************************************************************** -cEpg2VdrConfig::cEpg2VdrConfig() +cEpg2VdrConfig::cEpg2VdrConfig() : cEpgConfig() { mainmenuVisible = yes; @@ -27,10 +27,11 @@ cEpg2VdrConfig::cEpg2VdrConfig() createTimerLocal = no; useCommonRecFolder = yes; xchgOkBlue = no; - + replaceScheduleMenu = no; replaceTimerMenu = no; userIndex = 0; *user = 0; showEmptyChannels = no; + extendedEpgData2Aux = no; } |