summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
Diffstat (limited to 'iw')
-rw-r--r--iw/partition_gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/partition_gui.py b/iw/partition_gui.py
index 2d161c892..f68b90b2e 100644
--- a/iw/partition_gui.py
+++ b/iw/partition_gui.py
@@ -914,7 +914,7 @@ class PartitionWindow(InstallWindow):
if request and request.fstype != None:
ptype = self.getShortFSTypeName(request.fstype.getName())
if ptype == "foreign":
- ptype = map_foreign_to_fsname(part.native_type)
+ ptype = map_foreign_to_fsname(part)
else:
ptype = part.fs_type.name
@@ -927,7 +927,7 @@ class PartitionWindow(InstallWindow):
ptype = self.getShortFSTypeName(request.fstype.getName())
if ptype == "foreign":
- ptype = map_foreign_to_fsname(part.native_type)
+ ptype = map_foreign_to_fsname(part)
else:
ptype = _("None")
if part.type & parted.PARTITION_FREESPACE: