summaryrefslogtreecommitdiffstats
path: root/textw/partition_text.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-02-12 17:16:54 +0000
committerMike Fulbright <msf@redhat.com>2003-02-12 17:16:54 +0000
commit378e0701d43cf8fc2964971c46c8ddebd45d2b0e (patch)
tree24418fa12d785e3053e043fac7f9fa1106055409 /textw/partition_text.py
parentd2d1331e6c512f1735e6e37bf73d9e799b45cfd4 (diff)
downloadanaconda-378e0701d43cf8fc2964971c46c8ddebd45d2b0e.tar.gz
anaconda-378e0701d43cf8fc2964971c46c8ddebd45d2b0e.tar.xz
anaconda-378e0701d43cf8fc2964971c46c8ddebd45d2b0e.zip
fix for bug #80746
Diffstat (limited to 'textw/partition_text.py')
-rw-r--r--textw/partition_text.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py
index ca26a5da6..e224a823e 100644
--- a/textw/partition_text.py
+++ b/textw/partition_text.py
@@ -881,7 +881,6 @@ class PartitionWindow:
# isNew implies that this request has never been successfully used before
def editRaidRequest(self, raidrequest, isNew = 0):
-
preexist = raidrequest and raidrequest.preexist
if preexist:
tmpstr = _("Edit RAID Device")
@@ -895,6 +894,9 @@ class PartitionWindow:
poplevel.add(mountgrid, 0, row)
row = row + 1
+ # initialize holder for temporary mount point value
+ self.oldMount = None
+
if preexist:
# set some defaults
format = raidrequest.format