diff options
author | anbr <vdr07@deltab.de> | 2010-10-24 06:33:04 +0200 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2010-10-24 06:33:04 +0200 |
commit | 16745cec0de781245650aa6332c97ae9a8db8644 (patch) | |
tree | a081d7227ec66673740ebc373e9c3ce8e21ca9e0 | |
parent | b7f95989e45ea6a0d6fc839ae628f5b2bc6f8b32 (diff) | |
download | vdr-plugin-targavfd-16745cec0de781245650aa6332c97ae9a8db8644.tar.gz vdr-plugin-targavfd-16745cec0de781245650aa6332c97ae9a8db8644.tar.bz2 |
Allow turn display off at night (Feature #175)
-rw-r--r-- | setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -220,7 +220,7 @@ void cVFDMenuSetup::Store(void) SetupStore("SmallFont", theSetup.m_nSmallFontHeight); SetupStore("TwoLineMode",theSetup.m_nRenderMode); SetupStore("VolumeMode", theSetup.m_nVolumeMode); - SetupStore("SuspendMode", theSetup.m_nSuspendTimeOn); + SetupStore("SuspendMode", theSetup.m_nSuspendMode); SetupStore("SuspendTimeOn", theSetup.m_nSuspendTimeOn); SetupStore("SuspendTimeOff", theSetup.m_nSuspendTimeOff); } |