summaryrefslogtreecommitdiffstats
path: root/iw/installpath_gui.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-05-24 22:22:55 +0000
committerMike Fulbright <msf@redhat.com>2000-05-24 22:22:55 +0000
commit41c39bf80a2faa6500b5f9a71db930131eb4db1e (patch)
tree4be2bfb46e8bc986387f85fe7e8225e00e0eeaaf /iw/installpath_gui.py
parent7f11041ee9ca90fa8a333ce3c0a24ede4aba14be (diff)
downloadanaconda-41c39bf80a2faa6500b5f9a71db930131eb4db1e.tar.gz
anaconda-41c39bf80a2faa6500b5f9a71db930131eb4db1e.tar.xz
anaconda-41c39bf80a2faa6500b5f9a71db930131eb4db1e.zip
fixes harddrive install to not nuke source partition, and also get --onpart to work (and warn when is can't because clearpart is on
Diffstat (limited to 'iw/installpath_gui.py')
-rw-r--r--iw/installpath_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/installpath_gui.py b/iw/installpath_gui.py
index 3d59fd045..4e8e6d143 100644
--- a/iw/installpath_gui.py
+++ b/iw/installpath_gui.py
@@ -129,7 +129,7 @@ class InstallPathWindow (InstallWindow):
self.todo.intf.messageWindow,
self.todo.intf.progressWindow,
not self.todo.expert,
- self.todo.method.protectedDevices())
+ self.todo.method.protectedPartitions())
###
### msf - 05-11-2000 - need to move this code!!!!!!