summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
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