From ed9ca493b5a6562380519226b2ac9e905be4cf7c Mon Sep 17 00:00:00 2001 From: David Lehman Date: Fri, 14 Aug 2009 16:59:12 -0500 Subject: Fix traceback in text mode upgrade. (#505435) --- textw/upgrade_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textw') diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py index 54c36edcb..17e3236b6 100644 --- a/textw/upgrade_text.py +++ b/textw/upgrade_text.py @@ -31,7 +31,7 @@ _ = lambda x: gettext.ldgettext("anaconda", x) class UpgradeMigrateFSWindow: def __call__ (self, screen, anaconda): - migent = anaconda.id.storage.fsset.getMigratableEntries() + migent = anaconda.id.storage.fsset.migratableDevices g = GridFormHelp(screen, _("Migrate File Systems"), "upmigfs", 1, 4) -- cgit