aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/ZappingAlternatives
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-05 08:34:07 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-05 08:34:07 +0000
commit421b6db36824390a7edd4843c79381baad92b774 (patch)
treedcd8001366894c678356fc61dd9a82b097427177 /lib/python/Plugins/Extensions/ZappingAlternatives
parentc59bcd0084df4c2803f2eae50988b5a54bc8ab00 (diff)
downloadenigma2-421b6db36824390a7edd4843c79381baad92b774.tar.gz
enigma2-421b6db36824390a7edd4843c79381baad92b774.zip
some more fixes
Diffstat (limited to 'lib/python/Plugins/Extensions/ZappingAlternatives')
-rw-r--r--lib/python/Plugins/Extensions/ZappingAlternatives/plugin.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/python/Plugins/Extensions/ZappingAlternatives/plugin.py b/lib/python/Plugins/Extensions/ZappingAlternatives/plugin.py
index ebd523f9..2a7f588d 100644
--- a/lib/python/Plugins/Extensions/ZappingAlternatives/plugin.py
+++ b/lib/python/Plugins/Extensions/ZappingAlternatives/plugin.py
@@ -221,9 +221,9 @@ class AlternativeZapping(Screen):
if not self.alternatives.has_key(serviceString):
self.alternatives[serviceString] = []
self.updateServices()
- self.updateAlternatives()
self.selectService(serviceString)
-
+ self.updateAlternatives()
+
def yellowKey(self):
if len(self.serviceslist) > 0:
self.session.openWithCallback(self.finishedAlternativeSelection, SimpleChannelSelection, _("Select alternative service"))
@@ -269,6 +269,8 @@ class ServiceChanged(PerServiceDisplay):
self.nextPlayTry += 1
# print "Alternatives: Alternative doesn't play either"
self.tuneFailed()
+ else:
+ self.lastPlayAction = None
#print "Alternatives: No playable alternative found!"