diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-09 01:26:07 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-09 01:26:07 +0000 |
commit | fce786e54bdf2c0364cdef59ec0ef79b6682695b (patch) | |
tree | 1852e685b8da53cd1f840d6b9cfeff7ec08112db /iw/bootdisk_gui.py | |
parent | e8974b334b7be8f095a222640d4f59f104efb841 (diff) | |
download | anaconda-fce786e54bdf2c0364cdef59ec0ef79b6682695b.tar.gz anaconda-fce786e54bdf2c0364cdef59ec0ef79b6682695b.tar.xz anaconda-fce786e54bdf2c0364cdef59ec0ef79b6682695b.zip |
can't go back from bootdisk screen, that would be going to 'install bootloader'
Diffstat (limited to 'iw/bootdisk_gui.py')
-rw-r--r-- | iw/bootdisk_gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
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": |