summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-03-12 10:14:55 -0400
committerChris Lumens <clumens@redhat.com>2009-03-12 10:14:55 -0400
commit855f41c85087d4dcc1dd5fbdd85637168429a873 (patch)
tree279d00198bdfb05cce988d1ef0d0e6be5ef30f56 /textw
parent89394bbfe2ff4eeed5bd168f6f8a935cd7fa8407 (diff)
downloadanaconda-855f41c85087d4dcc1dd5fbdd85637168429a873.tar.gz
anaconda-855f41c85087d4dcc1dd5fbdd85637168429a873.tar.xz
anaconda-855f41c85087d4dcc1dd5fbdd85637168429a873.zip
It's clearPartDisks, not clearPartDrives.
Diffstat (limited to 'textw')
-rw-r--r--textw/partition_text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py
index 0419f8a38..41e1db5cc 100644
--- a/textw/partition_text.py
+++ b/textw/partition_text.py
@@ -92,7 +92,7 @@ class PartitionTypeWindow:
# restore the drive list each time
disks = anaconda.id.storage.disks
- cleardrives = anaconda.id.storage.clearPartDrives
+ cleardrives = anaconda.id.storage.clearPartDisks
for disk in disks:
model = disk.partedDisk.device.model
@@ -140,7 +140,7 @@ class PartitionTypeWindow:
anaconda.dispatch.skipStep("autopartitionexecute", skip = 0)
anaconda.id.storage.clearPartType = partmethod_ans
- anaconda.id.storage.clearPartDrives = sel
+ anaconda.id.storage.clearPartDisks = sel
break
# ask to review autopartition layout - but only if it's not custom partitioning