From 421b6db36824390a7edd4843c79381baad92b774 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sun, 5 Mar 2006 08:34:07 +0000 Subject: [PATCH] some more fixes --- lib/python/Plugins/Extensions/ZappingAlternatives/plugin.py | 6 ++++-- 1 file 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!" -- 2.30.2