summaryrefslogtreecommitdiffstats
path: root/pyanaconda/iw/examine_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyanaconda/iw/examine_gui.py')
-rw-r--r--pyanaconda/iw/examine_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/iw/examine_gui.py b/pyanaconda/iw/examine_gui.py
index 99d3d184c..eadbf0d0f 100644
--- a/pyanaconda/iw/examine_gui.py
+++ b/pyanaconda/iw/examine_gui.py
@@ -98,7 +98,7 @@ class UpgradeExamineWindow (InstallWindow):
# we might get here after storage reset that obsoleted
# root device objects we had found
if not self.anaconda.rootParts:
- (self.anaconda.rootParts, notUpgradable) = upgrade.findExistingRoots(self.anaconda,
+ (self.anaconda.rootParts, notUpgradable) = upgrade.findExistingRootDevices(self.anaconda,
flags.cmdline.has_key("upgradeany"))
upgrade.setUpgradeRoot(self.anaconda)