From b8ea610073747bc8d5ddcd41531e38b7a351532f Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 29 Nov 2007 11:20:05 -0500 Subject: Give access to partitions when determining min/max size to resize; also keep track of the request being resizable rather than just the filesystem --- iw/partition_dialog_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iw/partition_dialog_gui.py') diff --git a/iw/partition_dialog_gui.py b/iw/partition_dialog_gui.py index fa7a6fd5a..0dc13acf5 100644 --- a/iw/partition_dialog_gui.py +++ b/iw/partition_dialog_gui.py @@ -444,7 +444,7 @@ class PartitionEditor: # aren't protected (we'd still like to be able to mount them, though) self.fsoptionsDict = {} if self.origrequest.type == REQUEST_PREEXIST and self.origrequest.fstype and not self.origrequest.getProtected(): - (row, self.fsoptionsDict) = createPreExistFSOptionSection(self.origrequest, maintable, row, self.mountCombo) + (row, self.fsoptionsDict) = createPreExistFSOptionSection(self.origrequest, maintable, row, self.mountCombo, self.partitions) # size options if self.origrequest.type == REQUEST_NEW: -- cgit