From 16745cec0de781245650aa6332c97ae9a8db8644 Mon Sep 17 00:00:00 2001 From: anbr Date: Sun, 24 Oct 2010 06:33:04 +0200 Subject: Allow turn display off at night (Feature #175) --- setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3