projects
/
openblackhole
/
openblackhole-enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa80947
)
SleepTimerEdit: save new exclusion goto deepstandby timeout configs
author
littlesat
<littlesat99@yahoo.com>
Sat, 7 Jun 2014 00:31:06 +0000
(
02:31
+0200)
committer
littlesat
<littlesat99@yahoo.com>
Sat, 7 Jun 2014 00:31:06 +0000
(
02:31
+0200)
lib/python/Screens/SleepTimerEdit.py
patch
|
blob
|
history
diff --git
a/lib/python/Screens/SleepTimerEdit.py
b/lib/python/Screens/SleepTimerEdit.py
index
42fdc10
..
224632a
100644
(file)
--- a/
lib/python/Screens/SleepTimerEdit.py
+++ b/
lib/python/Screens/SleepTimerEdit.py
@@
-79,6
+79,10
@@
class SleepTimerEdit(ConfigListScreen, Screen):
config.usage.inactivity_timer_blocktime_begin.save()
config.usage.inactivity_timer_blocktime_end.save()
config.usage.standby_to_shutdown_timer.save()
+ config.usage.standby_to_shutdown_timer_blocktime.save()
+ config.usage.standby_to_shutdown_timer_blocktime_begin.save()
+ config.usage.standby_to_shutdown_timer_blocktime_end.save()
+
if self.getCurrentEntry() == _("Sleeptimer"):
sleepTimer = config.usage.sleep_timer.value
if sleepTimer == "event_shutdown":