summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-06-15 19:56:24 +0000
committerJeremy Katz <katzj@redhat.com>2006-06-15 19:56:24 +0000
commitea2b0e0b6a99a464fd2bd27e9334542217641aa8 (patch)
tree09e23f37ae8a1faefa9324f15af312e6a54d7548
parent3df489b35ecb3ac177330a58e4a549215f6d03cd (diff)
downloadanaconda-ea2b0e0b6a99a464fd2bd27e9334542217641aa8.tar.gz
anaconda-ea2b0e0b6a99a464fd2bd27e9334542217641aa8.tar.xz
anaconda-ea2b0e0b6a99a464fd2bd27e9334542217641aa8.zip
2006-06-15 Jeremy Katz <katzj@redhat.com>
* textw/zfcp_text.py (ZFCPWindow.__call__): Fix syntax errors.
-rw-r--r--ChangeLog2
-rw-r--r--textw/zfcp_text.py4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cda0bf3d..45bcab7af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-06-15 Jeremy Katz <katzj@redhat.com>
+ * textw/zfcp_text.py (ZFCPWindow.__call__): Fix syntax errors.
+
* scripts/pkgorder: Make sure all kernel packages are in
pkgorder. We don't really want kernel-devel on the last CD anyway.
diff --git a/textw/zfcp_text.py b/textw/zfcp_text.py
index a940d8f5d..3ce22dd68 100644
--- a/textw/zfcp_text.py
+++ b/textw/zfcp_text.py
@@ -110,7 +110,7 @@ class ZFCPWindow:
TEXT_BACK_BUTTON ])
text = TextboxReflowed(55,
- (fcp.description))
+ (anaconda.id.zfcp.description))
g = GridFormHelp(screen, _("FCP Devices"),
"zfcpconfig", 1, 4)
@@ -171,7 +171,7 @@ class ZFCPWindow:
anaconda.id.zfcp.fcpdevices = fcpdevs
anaconda.id.zfcp.updateConfig(anaconda.id.zfcp.fcpdevices,
- anaconda.id.diskset, anadonda.intf)
+ anaconda.id.diskset, anaconda.intf)
return INSTALL_OK