summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ():