diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-08-15 16:10:50 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-08-15 16:10:50 +0000 |
commit | 335f6088e695a519be9666a5ca90301475f415fc (patch) | |
tree | 6fd247c6fd9c6628997cbb921bfa3040beeb1947 /textw | |
parent | 654d9496557bee2906a56d41acf72714902c7cfe (diff) | |
download | anaconda-335f6088e695a519be9666a5ca90301475f415fc.tar.gz anaconda-335f6088e695a519be9666a5ca90301475f415fc.tar.xz anaconda-335f6088e695a519be9666a5ca90301475f415fc.zip |
fix up matt partitioning by making the new ones identify themselves properly (51820)
Diffstat (limited to 'textw')
-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 8633724dc..f6ce029dd 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -941,6 +941,8 @@ class PartitionWindow: if request: if type == "RAID": self.editRaidRequest(request) + elif type == "NEW": + self.editPartitionRequest(request, isNew = 1) else: self.editPartitionRequest(request) |