aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/TimerEntry.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-05-06 09:44:35 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-05-06 09:44:35 +0000
commit7d9a41496e86df85443e1ab05f886752863b166a (patch)
tree00dc0815ce0ecb82c4a0bc30f2852485e4748c91 /lib/python/Screens/TimerEntry.py
parent39548963f2015ea82a8d490b19f4acb7adc7e7fb (diff)
downloadenigma2-7d9a41496e86df85443e1ab05f886752863b166a.tar.gz
enigma2-7d9a41496e86df85443e1ab05f886752863b166a.zip
fix bluescreen when adding an timer event with subservices
Diffstat (limited to 'lib/python/Screens/TimerEntry.py')
-rw-r--r--lib/python/Screens/TimerEntry.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/TimerEntry.py b/lib/python/Screens/TimerEntry.py
index 27e82abb..349f4fda 100644
--- a/lib/python/Screens/TimerEntry.py
+++ b/lib/python/Screens/TimerEntry.py
@@ -291,6 +291,7 @@ class TimerEntry(Screen):
tlist = []
ref = self.session.nav.getCurrentlyPlayingServiceReference()
parent = self.timer.service_ref.ref
+ selection = 0
for x in range(n):
i = event.getLinkageService(parent, x)
if i.toString() == ref.toString():