diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-18 20:09:26 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-18 20:09:26 +0000 |
commit | 06736e45418803146d3a90d3537296d3da17b086 (patch) | |
tree | 77f763a97b75f9fa12d1394772f96788b7bb5b0b /textw | |
parent | 6b91dffb613f8165c00c44b6947127faf3a5f4c4 (diff) | |
download | anaconda-06736e45418803146d3a90d3537296d3da17b086.tar.gz anaconda-06736e45418803146d3a90d3537296d3da17b086.tar.xz anaconda-06736e45418803146d3a90d3537296d3da17b086.zip |
fix for popping the window
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 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("") |