From c34349ac9ab37bb7ee1264057ab06f6b84608968 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 29 Nov 2007 16:37:25 -0500 Subject: 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 --- iw/autopart_type.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'iw/autopart_type.py') 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: -- cgit