aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-20 14:56:07 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-20 14:56:07 +0000
commit98b74e9d30fd5b453bc3c0e817373b5b19c91232 (patch)
tree68ad18be9b7dd79fbb040be56f396710b50a55e5 /lib/python/Components
parent7163090d13ef21eff3b16909ca35edec497f0155 (diff)
downloadenigma2-98b74e9d30fd5b453bc3c0e817373b5b19c91232.tar.gz
enigma2-98b74e9d30fd5b453bc3c0e817373b5b19c91232.zip
fix typo
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/TimerSanityCheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/TimerSanityCheck.py b/lib/python/Components/TimerSanityCheck.py
index f9176e78..a6fba85c 100644
--- a/lib/python/Components/TimerSanityCheck.py
+++ b/lib/python/Components/TimerSanityCheck.py
@@ -176,7 +176,7 @@ class TimerSanityCheck:
if ConflictTimer is None: # just take care of the first conflict
ConflictTimer = timer
ConflictTunerType = tunerType
- ConflictSlot = tunerSlot
+ ConflictTunerSlot = tunerSlot
elif event[2] == self.eflag:
for fakeRec in fakeRecList:
if timer == fakeRec[0]: