From 5763b994b39952bc06a75e634b4418f13b0aeaf2 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 19 Apr 2006 00:12:13 +0000 Subject: fix bluescreen when wizard ends dont ask to scan 2nd NIM when both nims have the same satellites configured --- lib/python/Screens/Wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens/Wizard.py') diff --git a/lib/python/Screens/Wizard.py b/lib/python/Screens/Wizard.py index ca518192..fc76bcd2 100644 --- a/lib/python/Screens/Wizard.py +++ b/lib/python/Screens/Wizard.py @@ -166,7 +166,7 @@ class Wizard(Screen, HelpableScreen): if (currStep == self.numSteps): # wizard finished self.markDone() - self.session.close() + self.close() else: self.runCode(self.wizard[currStep]["codeafter"]) if self.wizard[currStep]["nextstep"] is not None: -- cgit v1.2.3