--- iw/partition_gui.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/iw/partition_gui.py b/iw/partition_gui.py index 7b22aab..c3b2dbc 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'] = "" -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list