summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-25 21:26:10 +0000
committerMatt Wilson <msw@redhat.com>2001-01-25 21:26:10 +0000
commit555b9a024a7c026b8fe69d1c7344be06ce1f4949 (patch)
treef6d06028111665c4888990e7c8a7a0cdccf5705a /text.py
parent2194a69fb30e645c6fe9152809f7dea827665d04 (diff)
downloadanaconda-555b9a024a7c026b8fe69d1c7344be06ce1f4949.tar.gz
anaconda-555b9a024a7c026b8fe69d1c7344be06ce1f4949.tar.xz
anaconda-555b9a024a7c026b8fe69d1c7344be06ce1f4949.zip
fix help
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 62d67cc4f..a75b36748 100644
--- a/text.py
+++ b/text.py
@@ -867,7 +867,7 @@ class InstallInterface:
if not f:
if firstTime:
- return self.helpWindow(screen, "helponhelp", todo, firstTime = 0)
+ return self.helpWindow(screen, "helponhelp", self.todo, firstTime = 0)
else:
ButtonChoiceWindow(screen, _("Help not available"),
_("No help is available for this install."),