summaryrefslogtreecommitdiffstats
path: root/textw/partition_text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-08-15 16:10:50 +0000
committerJeremy Katz <katzj@redhat.com>2001-08-15 16:10:50 +0000
commit335f6088e695a519be9666a5ca90301475f415fc (patch)
tree6fd247c6fd9c6628997cbb921bfa3040beeb1947 /textw/partition_text.py
parent654d9496557bee2906a56d41acf72714902c7cfe (diff)
downloadanaconda-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/partition_text.py')
-rw-r--r--textw/partition_text.py2
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)