diff options
-rw-r--r-- | textw/partition_text.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py index 110682526..81c8070c2 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -226,6 +226,8 @@ class PartitionWindow: if request.fstype and request.fstype.getName() in names and \ request.fstype.isFormattable(): fstype.setCurrent(request.fstype) + else: + fstype.setCurrent(fileSystemTypeGetDefault()) subgrid.setField(fstype, 0, row) if usecallback: fstype.setCallback(self.fstypeSetCB, (fstype, self.mount)) |