summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-08-14 16:59:12 -0500
committerDavid Lehman <dlehman@redhat.com>2009-08-17 17:03:32 -0500
commited9ca493b5a6562380519226b2ac9e905be4cf7c (patch)
tree9ac42ec2b1d315f3eb160a4144fa7a102c90dce6 /textw
parent26bb6ee04cc87e450e761e9ad304c7194b6e2e6f (diff)
downloadanaconda-ed9ca493b5a6562380519226b2ac9e905be4cf7c.tar.gz
anaconda-ed9ca493b5a6562380519226b2ac9e905be4cf7c.tar.xz
anaconda-ed9ca493b5a6562380519226b2ac9e905be4cf7c.zip
Fix traceback in text mode upgrade. (#505435)
Diffstat (limited to 'textw')
-rw-r--r--textw/upgrade_text.py2
1 files changed, 1 insertions, 1 deletions
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)