From 555b9a024a7c026b8fe69d1c7344be06ce1f4949 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Thu, 25 Jan 2001 21:26:10 +0000 Subject: fix help --- text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text.py') 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."), -- cgit