summaryrefslogtreecommitdiffstats
path: root/iw/partition_dialog_gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-11-29 11:20:05 -0500
committerJeremy Katz <katzj@redhat.com>2007-11-29 16:43:45 -0500
commitb8ea610073747bc8d5ddcd41531e38b7a351532f (patch)
tree4c13178546fb511938d14e6e583622937130e09f /iw/partition_dialog_gui.py
parentc34349ac9ab37bb7ee1264057ab06f6b84608968 (diff)
downloadanaconda-b8ea610073747bc8d5ddcd41531e38b7a351532f.tar.gz
anaconda-b8ea610073747bc8d5ddcd41531e38b7a351532f.tar.xz
anaconda-b8ea610073747bc8d5ddcd41531e38b7a351532f.zip
Give access to partitions when determining min/max size to resize; also keep
track of the request being resizable rather than just the filesystem
Diffstat (limited to 'iw/partition_dialog_gui.py')
-rw-r--r--iw/partition_dialog_gui.py2
1 files changed, 1 insertions, 1 deletions
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: