--- iw/autopart_type.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/iw/autopart_type.py b/iw/autopart_type.py index 730884d..e53aeb3 100644 --- a/iw/autopart_type.py +++ b/iw/autopart_type.py @@ -488,11 +488,11 @@ class PartitionTypeWindow(InstallWindow): self.storage.clearPartDisks, self.drivelist, disallowDrives=[self.anaconda.updateSrc]) - self.anaconda.id.bootloader.updateDriveList() self._fillBootStore() w.pop() def _fillBootStore(self): + self.anaconda.id.bootloader.updateDriveList() bootstore = self.bootcombo.get_model() bootstore.clear() if len(self.anaconda.id.bootloader.drivelist) > 0: -- 1.6.5.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list