From cd058d73fca755442471b5ce1f0a2846e8436792 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Tue, 9 Jul 2002 15:45:50 +0000 Subject: be more clear --- gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui.py') diff --git a/gui.py b/gui.py index 6082b007e..a086d09ed 100755 --- a/gui.py +++ b/gui.py @@ -682,7 +682,7 @@ class InstallControlWindow: def setScreen (self): (step, args) = self.dispatch.currentStep() - if not step: + if step is None: gtk.mainquit() return -- cgit