diff options
Diffstat (limited to 'textw/silo.py')
-rw-r--r-- | textw/silo.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textw/silo.py b/textw/silo.py index 360b86e0f..aa8fae101 100644 --- a/textw/silo.py +++ b/textw/silo.py @@ -38,7 +38,7 @@ class SiloAppendWindow: if button == "skip": todo.skipLilo = 1 - todo.lilo.setDevice(None) + todo.silo.setDevice(None) else: todo.skipLilo = 0 @@ -240,7 +240,7 @@ class SiloImagesWindow: if (result == "back"): return INSTALL_BACK - todo.silo.setLiloImages(images) + todo.silo.setSiloImages(images) todo.silo.setDefault(label) return INSTALL_OK |