diff options
Diffstat (limited to 'textw')
-rw-r--r-- | textw/lilo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textw/lilo.py b/textw/lilo.py index 9bda06177..556f6b2ae 100644 --- a/textw/lilo.py +++ b/textw/lilo.py @@ -34,6 +34,7 @@ class LiloAppendWindow: if button == "skip": todo.skipLilo = 1 + todo.liloDevice = None else: todo.skipLilo = 0 |