From 6bdfaadd65fe35ba568799b0e42c54e5a95e27ed Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Mon, 21 Aug 2006 16:01:58 +0000 Subject: some fixes on the subservices quickzapper --- lib/python/Screens/SubservicesQuickzap.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/python') diff --git a/lib/python/Screens/SubservicesQuickzap.py b/lib/python/Screens/SubservicesQuickzap.py index 14b7b3c1..5d3d9779 100644 --- a/lib/python/Screens/SubservicesQuickzap.py +++ b/lib/python/Screens/SubservicesQuickzap.py @@ -9,10 +9,8 @@ from InfoBarGenerics import InfoBarShowHide, InfoBarMenu, InfoBarServiceName, In class SubservicesQuickzap(InfoBarShowHide, InfoBarMenu, InfoBarServiceName, InfoBarInstantRecord, InfoBarSeek, InfoBarTimeshift, InfoBarTimeshiftState, InfoBarExtensions, InfoBarSubtitleSupport, Screen): def __init__(self, session, subservices): Screen.__init__(self, session) - for x in [InfoBarShowHide, InfoBarMenu, InfoBarServiceName, InfoBarInstantRecord, InfoBarSeek, InfoBarTimeshift, InfoBarTimeshiftState, InfoBarSubtitleSupport]: + for x in [InfoBarShowHide, InfoBarMenu, InfoBarServiceName, InfoBarInstantRecord, InfoBarSeek, InfoBarTimeshift, InfoBarTimeshiftState, InfoBarSubtitleSupport, InfoBarExtensions]: x.__init__(self) - InfoBarExtensions.__init__(self, useServicePath = False) - self.restoreService = self.session.nav.getCurrentlyPlayingServiceReference() -- cgit v1.2.3