diff options
author | Matt Wilson <msw@redhat.com> | 2001-01-25 21:26:10 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-01-25 21:26:10 +0000 |
commit | 555b9a024a7c026b8fe69d1c7344be06ce1f4949 (patch) | |
tree | f6d06028111665c4888990e7c8a7a0cdccf5705a /text.py | |
parent | 2194a69fb30e645c6fe9152809f7dea827665d04 (diff) | |
download | anaconda-555b9a024a7c026b8fe69d1c7344be06ce1f4949.tar.gz anaconda-555b9a024a7c026b8fe69d1c7344be06ce1f4949.tar.xz anaconda-555b9a024a7c026b8fe69d1c7344be06ce1f4949.zip |
fix help
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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."), |