summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorRadek Vykydal <rvykydal@redhat.com>2009-03-17 19:13:00 +0100
committerRadek Vykydal <rvykydal@redhat.com>2009-03-18 16:39:05 +0100
commitd7df78d3a9ea0af6d37ebd1c3f3a7c99dceb5227 (patch)
tree91e4be56f49bb2f8889f07adec6c37c7ae5f0483 /iw
parent4f797e93d54bded4130336885addd4f04ab39d3d (diff)
downloadanaconda-d7df78d3a9ea0af6d37ebd1c3f3a7c99dceb5227.tar.gz
anaconda-d7df78d3a9ea0af6d37ebd1c3f3a7c99dceb5227.tar.xz
anaconda-d7df78d3a9ea0af6d37ebd1c3f3a7c99dceb5227.zip
Offer available partitions when editing non-preexisting raid request.
Diffstat (limited to 'iw')
-rw-r--r--iw/raid_dialog_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/raid_dialog_gui.py b/iw/raid_dialog_gui.py
index cab2bb067..6cd4f2f91 100644
--- a/iw/raid_dialog_gui.py
+++ b/iw/raid_dialog_gui.py
@@ -63,7 +63,7 @@ class RaidEditor:
partname = "%s" % part.name
partsize = "%8.0f MB" % part.size
- if self.isNew:
+ if not self.origrequest.exists:
partlist.append_row((partname, partsize), False)
else:
if part in tempDevList: