diff options
author | Mike Fulbright <msf@redhat.com> | 2001-07-20 00:19:12 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-07-20 00:19:12 +0000 |
commit | a72d81e8d162b07199724d3a671242ed5c2eca86 (patch) | |
tree | 3f9db3d784e242b1cacda0e8d19c4409abaf76e1 /textw | |
parent | 0758c585fb932c8f85b37bddebcd8e54cd860b70 (diff) | |
download | anaconda-a72d81e8d162b07199724d3a671242ed5c2eca86.tar.gz anaconda-a72d81e8d162b07199724d3a671242ed5c2eca86.tar.xz anaconda-a72d81e8d162b07199724d3a671242ed5c2eca86.zip |
fix migrate GUI dialog and make check for whether to warn on not formatting system directory work right
Diffstat (limited to 'textw')
-rw-r--r-- | textw/partition_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py index 135431dae..086bf086b 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -716,7 +716,7 @@ class PartitionWindow: if not queryFormatPreExisting(self.intf): continue - if not request.format and request.mountpoint and isFormatOnByDefault(origrequest): + if not request.format and request.mountpoint and isFormatOnByDefault(request): if not queryNoFormatPreExisting(self.intf): continue |