summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-07-13 21:49:21 +0000
committerErik Troan <ewt@redhat.com>2000-07-13 21:49:21 +0000
commit8e88062b600151e17b75dad978393e7a58a58684 (patch)
treec59ba94c2e30aa97776b0d9ce47649f6ee085913 /iw
parent10da688053f26dbe2e600317449ae98154180e5e (diff)
downloadanaconda-8e88062b600151e17b75dad978393e7a58a58684.tar.gz
anaconda-8e88062b600151e17b75dad978393e7a58a58684.tar.xz
anaconda-8e88062b600151e17b75dad978393e7a58a58684.zip
fixed back/forth oddness when changing install classes
Diffstat (limited to 'iw')
-rw-r--r--iw/lilo_gui.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/iw/lilo_gui.py b/iw/lilo_gui.py
index e80ba8b8a..9ba7a05ca 100644
--- a/iw/lilo_gui.py
+++ b/iw/lilo_gui.py
@@ -24,8 +24,12 @@ class LiloWindow (InstallWindow):
self.bootdisk = None
self.lilo = None
+ def getPrev (self):
+ # avoid coming back in here if the user backs past and then tries
+ # to skip this screen
+ self.bootdisk = None
+
def getNext (self):
- # XXX
if not self.bootdisk: return None
if self.bootdisk.get_active ():