From fce786e54bdf2c0364cdef59ec0ef79b6682695b Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Mon, 9 Jul 2001 01:26:07 +0000 Subject: can't go back from bootdisk screen, that would be going to 'install bootloader' --- iw/bootdisk_gui.py | 1 + 1 file changed, 1 insertion(+) (limited to 'iw/bootdisk_gui.py') diff --git a/iw/bootdisk_gui.py b/iw/bootdisk_gui.py index a4b8c9887..03ee81e5f 100644 --- a/iw/bootdisk_gui.py +++ b/iw/bootdisk_gui.py @@ -11,6 +11,7 @@ class BootdiskWindow (InstallWindow): def __init__ (self, ics): InstallWindow.__init__ (self, ics) + ics.setPrevEnabled (FALSE) def getNext (self): if iutil.getArch() == "alpha" or iutil.getArch() == "ia64": -- cgit