From d5d4f3afbca477e372f24df2124fb273a9511921 Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Thu, 19 Jul 2001 19:04:18 +0000 Subject: properly record we have skipped X configuration and act appropriately later --- textw/xconfig_text.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textw/xconfig_text.py') 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]] -- cgit