summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-22 20:20:33 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-22 20:20:33 +0000
commitff1cd7ed3ff1de11bf7fde9f9bdb31dfab394354 (patch)
tree3d1fe641203a69f63382e91bfe1a0d97f8ce252e /textw
parent279e400a133e274280fe85e518efc42bd558dae4 (diff)
downloadanaconda-ff1cd7ed3ff1de11bf7fde9f9bdb31dfab394354.tar.gz
anaconda-ff1cd7ed3ff1de11bf7fde9f9bdb31dfab394354.tar.xz
anaconda-ff1cd7ed3ff1de11bf7fde9f9bdb31dfab394354.zip
fix skipping x config (part of 49637)
Diffstat (limited to 'textw')
-rw-r--r--textw/xconfig_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/xconfig_text.py b/textw/xconfig_text.py
index f82f6b75f..ace1e88df 100644
--- a/textw/xconfig_text.py
+++ b/textw/xconfig_text.py
@@ -612,7 +612,7 @@ class XConfigWindowCard:
self.dispatch.skipStep("xcustom")
self.dispatch.skipStep("writexconfig")
self.xconfig.skipx = 1
- return
+ return INSTALL_OK
else:
self.dispatch.skipStep("monitor", skip = 0)
self.dispatch.skipStep("xcustom", skip = 0)