From c971797a713dce3315ffd72f03ffaac445770191 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 19 Oct 2006 16:51:06 +0000 Subject: Forget partitioning changes when going back to the parttype screen (#211255). --- iw/partition_gui.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'iw/partition_gui.py') diff --git a/iw/partition_gui.py b/iw/partition_gui.py index 9c1ab489e..0fc1b7230 100644 --- a/iw/partition_gui.py +++ b/iw/partition_gui.py @@ -691,6 +691,8 @@ class PartitionWindow(InstallWindow): def getPrev(self): self.diskStripeGraph.shutDown() + self.diskset.refreshDevices() + self.partitions.setFromDisk(self.diskset) self.tree.clear() del self.parent return None @@ -965,7 +967,6 @@ class PartitionWindow(InstallWindow): return self.diskStripeGraph.shutDown() - self.newFsset = self.fsset.copy() self.diskset.refreshDevices() self.partitions.setFromDisk(self.diskset) self.tree.clear() @@ -1341,10 +1342,6 @@ class PartitionWindow(InstallWindow): checkForSwapNoMatch(anaconda) - # XXX PartitionRequests() should already exist and - # if upgrade or going back, have info filled in -# self.newFsset = self.fsset.copy() - # load up checkmark self.checkmark_pixbuf = gtk.gdk.pixbuf_new_from_inline(len(new_checkmark), new_checkmark, False) -- cgit