summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorbfox <bfox>2001-07-02 15:36:36 +0000
committerbfox <bfox>2001-07-02 15:36:36 +0000
commitfb5b31dd91210596b3444930ef2b2b9c9ce31bea (patch)
treec199b691f321de2e7e8078c40581132774f626e0 /textw
parent044593107764685397c9c28bc3dfa2586c5b9413 (diff)
downloadanaconda-fb5b31dd91210596b3444930ef2b2b9c9ce31bea.tar.gz
anaconda-fb5b31dd91210596b3444930ef2b2b9c9ce31bea.tar.xz
anaconda-fb5b31dd91210596b3444930ef2b2b9c9ce31bea.zip
we don't need a hotkey there. It won't allow pressing the space bar to click the buttons. Fixes bug 46725
Diffstat (limited to 'textw')
-rw-r--r--textw/lilo_text.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/textw/lilo_text.py b/textw/lilo_text.py
index b65e88e9b..b14ec9674 100644
--- a/textw/lilo_text.py
+++ b/textw/lilo_text.py
@@ -209,7 +209,6 @@ class LiloImagesWindow:
g.add(listboxLabel, 0, 1, padding = (0, 1, 0, 0), anchorLeft = 1)
g.add(listbox, 0, 2, padding = (0, 0, 0, 1), anchorLeft = 1)
g.add(buttons, 0, 3, growx = 1)
- g.addHotKey(" ")
rootdev = fsset.getEntryByMountPoint("/").device.getDevice()