summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-26 07:10:34 +0000
committerMatt Wilson <msw@redhat.com>2001-01-26 07:10:34 +0000
commit7b5113a5f13e547d227f183e5ba3302ce9f97a99 (patch)
tree07e0270ce804568ebf45cec5b78b9b4b026f9263 /text.py
parent05c6a7c6c61d03e689623ee66462246cf3052f13 (diff)
downloadanaconda-7b5113a5f13e547d227f183e5ba3302ce9f97a99.tar.gz
anaconda-7b5113a5f13e547d227f183e5ba3302ce9f97a99.tar.xz
anaconda-7b5113a5f13e547d227f183e5ba3302ce9f97a99.zip
don't pass todo as a parameter to helpWindow
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 a75b36748..5ad2225f9 100644
--- a/text.py
+++ b/text.py
@@ -867,7 +867,7 @@ class InstallInterface:
if not f:
if firstTime:
- return self.helpWindow(screen, "helponhelp", self.todo, firstTime = 0)
+ return self.helpWindow(screen, "helponhelp", firstTime = 0)
else:
ButtonChoiceWindow(screen, _("Help not available"),
_("No help is available for this install."),