summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-05-08 12:55:28 -0500
committerDavid Lehman <dlehman@redhat.com>2009-05-08 14:59:26 -0500
commit59b523520dbdb44527ea2b195a0c07ea370030a7 (patch)
tree669068f601572e9a75381e00f56a68622a113527 /iw
parent72d46dbe2b99c4486f7d3153b3f481d30c976721 (diff)
downloadanaconda-59b523520dbdb44527ea2b195a0c07ea370030a7.tar.gz
anaconda-59b523520dbdb44527ea2b195a0c07ea370030a7.tar.xz
anaconda-59b523520dbdb44527ea2b195a0c07ea370030a7.zip
Set new mountpoint correctly for existing encrypted LVs. (#496363)
Diffstat (limited to 'iw')
-rw-r--r--iw/lvm_dialog_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/lvm_dialog_gui.py b/iw/lvm_dialog_gui.py
index e325574b3..458c18b2a 100644
--- a/iw/lvm_dialog_gui.py
+++ b/iw/lvm_dialog_gui.py
@@ -721,7 +721,7 @@ class VolumeGroupEditor:
templv.format = format
elif format.mountable:
- templv.format.mountpoint = mountpoint
+ format.mountpoint = mountpoint
if self.fsoptionsDict.has_key("migratecb") and \
self.fsoptionsDict["migratecb"].get_active():