diff options
-rw-r--r-- | iw/raid_dialog_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/raid_dialog_gui.py b/iw/raid_dialog_gui.py index 52468a6ef..c59e779ce 100644 --- a/iw/raid_dialog_gui.py +++ b/iw/raid_dialog_gui.py @@ -405,7 +405,7 @@ class RaidEditor: maintable.attach(self.formatButton, 0, 2, row, row + 1) row = row + 1 else: - (row, self.fsoptionsDict) = createPreExistFSOptionSection(self.origrequest, maintable, row, self.mountCombo) + (row, self.fsoptionsDict) = createPreExistFSOptionSection(self.origrequest, maintable, row, self.mountCombo, showbadblocks=0) # put main table into dialog dialog.vbox.pack_start(maintable) |