aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/TimerEdit.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-25 00:20:17 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-25 00:20:17 +0000
commitffa400414c1c279d72179942b8ebc544803549ea (patch)
treef83852d7248f0c231cc1db40fa5d56ae6222cab6 /lib/python/Screens/TimerEdit.py
parent6f09a61cf36eb3918574a74588bbeec6a829b084 (diff)
downloadenigma2-ffa400414c1c279d72179942b8ebc544803549ea.tar.gz
enigma2-ffa400414c1c279d72179942b8ebc544803549ea.zip
display correct action on the yellow button
Diffstat (limited to 'lib/python/Screens/TimerEdit.py')
-rw-r--r--lib/python/Screens/TimerEdit.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py
index 263af69f..e12e29ae 100644
--- a/lib/python/Screens/TimerEdit.py
+++ b/lib/python/Screens/TimerEdit.py
@@ -66,9 +66,9 @@ class TimerEditList(Screen):
def updateState(self):
if self["timerlist"].getCurrent()[0].disabled:
- self["key_yellow"].setText(_("disable"))
- else:
self["key_yellow"].setText(_("enable"))
+ else:
+ self["key_yellow"].setText(_("disable"))
self["key_yellow"].instance.invalidate()
def fillTimerList(self):