summaryrefslogtreecommitdiffstats
path: root/iw/autopart_type.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-11-29 16:37:25 -0500
committerJeremy Katz <katzj@redhat.com>2007-11-29 16:38:19 -0500
commitc34349ac9ab37bb7ee1264057ab06f6b84608968 (patch)
treec7917b219a8b44663a5357a7f9514b2939d28281 /iw/autopart_type.py
parentf39819b45aa2c04103be79dce7941866c5d3af62 (diff)
downloadanaconda-c34349ac9ab37bb7ee1264057ab06f6b84608968.tar.gz
anaconda-c34349ac9ab37bb7ee1264057ab06f6b84608968.tar.xz
anaconda-c34349ac9ab37bb7ee1264057ab06f6b84608968.zip
With moving partitioning, we should do a confirmation before we write things
out to disk so do that check in partitioningComplete(). Therefore remove the queryAutoPartOK() which is superfluous
Diffstat (limited to 'iw/autopart_type.py')
-rw-r--r--iw/autopart_type.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/iw/autopart_type.py b/iw/autopart_type.py
index 49ffd3fa4..1858e2ed7 100644
--- a/iw/autopart_type.py
+++ b/iw/autopart_type.py
@@ -65,9 +65,6 @@ class PartitionTypeWindow(InstallWindow):
self.partitions.autoClearPartDrives = allowdrives
- if not autopart.queryAutoPartitionOK(self.anaconda):
- raise gui.StayOnScreen
-
# pop the boot device to be first in the drive list
defiter = self.bootcombo.get_active_iter()
if defiter is None: