From a51d256b4ba136434c5d0f30dd85bd6e8af45290 Mon Sep 17 00:00:00 2001 From: anbr Date: Sun, 24 Oct 2010 06:33:24 +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 e09c768..b629457 100644 --- a/setup.c +++ b/setup.c @@ -257,7 +257,7 @@ void ciMonMenuSetup::Store(void) SetupStore("SmallFont", theSetup.m_nSmallFontHeight); SetupStore("Wakeup", theSetup.m_nWakeup); SetupStore("TwoLineMode",theSetup.m_nRenderMode); - SetupStore("SuspendMode", theSetup.m_nSuspendTimeOn); + SetupStore("SuspendMode", theSetup.m_nSuspendMode); SetupStore("SuspendTimeOn", theSetup.m_nSuspendTimeOn); SetupStore("SuspendTimeOff", theSetup.m_nSuspendTimeOff); } -- cgit v1.2.3