From: ghost Date: Mon, 8 Nov 2010 13:00:43 +0000 (+0100) Subject: ScanSetup.py: immediate close frontend before execute blindscan util X-Git-Tag: 3.0.0~4^2 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/ef14f1f8cb8eb0d22c7f47d91174e96af85a6d8f ScanSetup.py: immediate close frontend before execute blindscan util --- diff --git a/lib/python/Screens/ScanSetup.py b/lib/python/Screens/ScanSetup.py index 2e2f8364..e52f8b87 100644 --- a/lib/python/Screens/ScanSetup.py +++ b/lib/python/Screens/ScanSetup.py @@ -107,6 +107,7 @@ class CableTransponderSearchSupport: if raw_channel: frontend = raw_channel.getFrontend() if frontend: + frontend.closeFrontend() # immediate close... del frontend del raw_channel return True