diff options
-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 fbfd72ee6..4431142dd 100644 --- a/textw/lilo.py +++ b/textw/lilo.py @@ -98,6 +98,7 @@ class LiloImagesWindow: result = buttons.buttonPressed(result) if (result == string.lower(_("Cancel"))): + screen.popWindow () return itemLabel elif (result == string.lower(_("Clear"))): newLabel.set("") |