diff options
author | Mike Fulbright <msf@redhat.com> | 2003-05-21 16:45:48 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-05-21 16:45:48 +0000 |
commit | 6e5cbbd18166ba67cf92b669b3e5cc1b38fa367e (patch) | |
tree | f6b64b0c4094a2e7959b5ad78ef77746411c7a85 | |
parent | 76297e5d654b20fdc90a19f506c4237a14b627c9 (diff) | |
download | anaconda-6e5cbbd18166ba67cf92b669b3e5cc1b38fa367e.tar.gz anaconda-6e5cbbd18166ba67cf92b669b3e5cc1b38fa367e.tar.xz anaconda-6e5cbbd18166ba67cf92b669b3e5cc1b38fa367e.zip |
fix for bug 91300
-rw-r--r-- | textw/xconfig_text.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textw/xconfig_text.py b/textw/xconfig_text.py index c97189f63..405d53a6d 100644 --- a/textw/xconfig_text.py +++ b/textw/xconfig_text.py @@ -453,8 +453,8 @@ class MonitorWindow: type="custom", custom_buttons = [ _("Choose monitor type"), _("Proceed")], custom_icon="warning") - if not unspecrc: - continue + if not unspecrc: + continue if not self.sanityCheckSyncRates(screen, hval, vval): continue |