summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2010-10-24 06:33:04 +0200
committeranbr <vdr07@deltab.de>2010-10-24 06:33:04 +0200
commit16745cec0de781245650aa6332c97ae9a8db8644 (patch)
treea081d7227ec66673740ebc373e9c3ce8e21ca9e0
parentb7f95989e45ea6a0d6fc839ae628f5b2bc6f8b32 (diff)
downloadvdr-plugin-targavfd-16745cec0de781245650aa6332c97ae9a8db8644.tar.gz
vdr-plugin-targavfd-16745cec0de781245650aa6332c97ae9a8db8644.tar.bz2
Allow turn display off at night (Feature #175)
-rw-r--r--setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.c b/setup.c
index 565e543..cd650a3 100644
--- a/setup.c
+++ b/setup.c
@@ -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);
}