X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/74853a81c5f017675176455eeae4738fa36809e4..f89bd159dfbe3f019513241d4393f7d80ce59af5:/lib/python/Screens/InfoBarGenerics.py diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 22cba7a2..b218950d 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -185,17 +185,8 @@ class InfoBarPowerKey: self.session.open(Standby, self) def quit(self): - # self.session.open(Standby, self) - ref = self.session.nav.getCurrentlyPlayingServiceReference() - if ref is not None: - refstr = ref.toString() - else: - refstr = "" - - #configfile.save() quitMainloop(0) - class InfoBarNumberZap: """ Handles an initial number for NumberZapping """ def __init__(self):