summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-03-13 19:32:29 -0500
committerDavid Lehman <dlehman@redhat.com>2009-03-13 19:32:29 -0500
commit60ccf355b3f59b4f3ebd7e5d552238149549ca71 (patch)
tree2653ccf0fe0c2b90b10952890195816e290ad640 /iw
parent35f3ac5bc5930456d700a09407a5f89f06429d4e (diff)
downloadanaconda-60ccf355b3f59b4f3ebd7e5d552238149549ca71.tar.gz
anaconda-60ccf355b3f59b4f3ebd7e5d552238149549ca71.tar.xz
anaconda-60ccf355b3f59b4f3ebd7e5d552238149549ca71.zip
Fix display of LV format type for encrypted LVs.
Diffstat (limited to 'iw')
-rw-r--r--iw/partition_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/partition_gui.py b/iw/partition_gui.py
index 7b22aabd1..c3b2dbc69 100644
--- a/iw/partition_gui.py
+++ b/iw/partition_gui.py
@@ -718,7 +718,7 @@ class PartitionWindow(InstallWindow):
self.tree[iter]['Format'] = self.checkmark_pixbuf
self.tree[iter]['IsFormattable'] = format.formattable
self.tree[iter]['IsLeaf'] = True
- self.tree[iter]['Type'] = lv.format.name
+ self.tree[iter]['Type'] = format.name
#self.tree[iter]['Start'] = ""
#self.tree[iter]['End'] = ""