diff options
author | Chris Lumens <clumens@redhat.com> | 2006-10-19 16:51:06 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2006-10-19 16:51:06 +0000 |
commit | c971797a713dce3315ffd72f03ffaac445770191 (patch) | |
tree | f9a7eaa3d73aa7ed1d872d8a8fa06f3949fd39b2 /textw | |
parent | 9bf68eba1e36d3e6f7e9e9f1fe9ceae9da73e461 (diff) | |
download | anaconda-c971797a713dce3315ffd72f03ffaac445770191.tar.gz anaconda-c971797a713dce3315ffd72f03ffaac445770191.tar.xz anaconda-c971797a713dce3315ffd72f03ffaac445770191.zip |
Forget partitioning changes when going back to the parttype screen (#211255).
Diffstat (limited to 'textw')
-rw-r--r-- | textw/partition_text.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py index 9b7b805e0..8be7f2bb7 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -1468,6 +1468,9 @@ class PartitionWindow: elif res == TEXT_BACK_CHECK: # remove refs to parted objects self.shutdownMainUI() + + self.diskset.refreshDevices() + self.partitions.setFromDisk(self.diskset) screen.popHelpLine() screen.popWindow() |