summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-07-09 15:45:50 +0000
committerMatt Wilson <msw@redhat.com>2002-07-09 15:45:50 +0000
commitcd058d73fca755442471b5ce1f0a2846e8436792 (patch)
treeec772d3e18f96c15b9a3d050ad5543b110261cdd /gui.py
parentfa2c99cbdda5aa334d4d7556722c6001263e1535 (diff)
downloadanaconda-cd058d73fca755442471b5ce1f0a2846e8436792.tar.gz
anaconda-cd058d73fca755442471b5ce1f0a2846e8436792.tar.xz
anaconda-cd058d73fca755442471b5ce1f0a2846e8436792.zip
be more clear
Diffstat (limited to 'gui.py')
-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