diff options
author | anbr <vdr07@deltab.de> | 2010-10-24 06:33:24 +0200 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2010-10-24 06:33:24 +0200 |
commit | a51d256b4ba136434c5d0f30dd85bd6e8af45290 (patch) | |
tree | c5049f61180c05c51e6ce84bb0bf31863b46a06c /setup.c | |
parent | 6fd2d60c2accc3158fc02ab98e39059101bbf2f9 (diff) | |
download | vdr-plugin-imonlcd-a51d256b4ba136434c5d0f30dd85bd6e8af45290.tar.gz vdr-plugin-imonlcd-a51d256b4ba136434c5d0f30dd85bd6e8af45290.tar.bz2 |
Allow turn display off at night (Feature #175)
Diffstat (limited to 'setup.c')
-rw-r--r-- | setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |