summaryrefslogtreecommitdiffstats
path: root/textw/xconfig_text.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-19 19:04:18 +0000
committerMike Fulbright <msf@redhat.com>2001-07-19 19:04:18 +0000
commitd5d4f3afbca477e372f24df2124fb273a9511921 (patch)
tree9fbc6f158db8eea322259537c5f6decc41ebc2ca /textw/xconfig_text.py
parentaf3d75dacdc8f8f90e9e32445d4347516d4ed9e2 (diff)
downloadanaconda-d5d4f3afbca477e372f24df2124fb273a9511921.tar.gz
anaconda-d5d4f3afbca477e372f24df2124fb273a9511921.tar.xz
anaconda-d5d4f3afbca477e372f24df2124fb273a9511921.zip
properly record we have skipped X configuration and act appropriately later
Diffstat (limited to 'textw/xconfig_text.py')
-rw-r--r--textw/xconfig_text.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/textw/xconfig_text.py b/textw/xconfig_text.py
index d329c243b..f82f6b75f 100644
--- a/textw/xconfig_text.py
+++ b/textw/xconfig_text.py
@@ -611,12 +611,13 @@ class XConfigWindowCard:
self.dispatch.skipStep("monitor")
self.dispatch.skipStep("xcustom")
self.dispatch.skipStep("writexconfig")
-
+ self.xconfig.skipx = 1
return
else:
self.dispatch.skipStep("monitor", skip = 0)
self.dispatch.skipStep("xcustom", skip = 0)
self.dispatch.skipStep("writexconfig", skip = 0)
+ self.xconfig.skipx = 0
# store selected videocard
selection = self.cards[self.cardslist[self.selectedCard]]