fix typo
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 20 Oct 2008 14:56:07 +0000 (14:56 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 20 Oct 2008 14:56:07 +0000 (14:56 +0000)
lib/python/Components/TimerSanityCheck.py

index f9176e7871fe1684f5d828798630661a0196ba15..a6fba85c0f8050a80ca271e4980fbbd9c16a6211 100644 (file)
@@ -176,7 +176,7 @@ class TimerSanityCheck:
                                        if ConflictTimer is None: # just take care of the first conflict
                                                ConflictTimer = timer
                                                ConflictTunerType = tunerType
                                        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]:
                        elif event[2] == self.eflag:
                                for fakeRec in fakeRecList:
                                        if timer == fakeRec[0]: