summaryrefslogtreecommitdiffstats
path: root/src/window.inc
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2009-01-27 17:30:38 +0000
committerPascal Rigaux <pixel@mandriva.com>2009-01-27 17:30:38 +0000
commit8b40fda0dc40ead9ddc4a9866f90ae6c379f012b (patch)
treefd9ad997c4a293ba571cbe466212512d7d08bf1b /src/window.inc
parent249c59a30616febf832864adde00562ab61358bf (diff)
downloadbootloader-theme-8b40fda0dc40ead9ddc4a9866f90ae6c379f012b.tar
bootloader-theme-8b40fda0dc40ead9ddc4a9866f90ae6c379f012b.tar.gz
bootloader-theme-8b40fda0dc40ead9ddc4a9866f90ae6c379f012b.tar.bz2
bootloader-theme-8b40fda0dc40ead9ddc4a9866f90ae6c379f012b.tar.xz
bootloader-theme-8b40fda0dc40ead9ddc4a9866f90ae6c379f012b.zip
only show the "Boot Options" entry when Fkey for "Kernel Option" is pressed
the difficulty here is to workaround the "Boot Options" from dirtying the display of the panel below it. A solution would be to move the "Boot Options" upper to leave some room between it and the panel. also adding the "Kernel Option" choice for grub, since otherwise you can't edit "Boot Options"
Diffstat (limited to 'src/window.inc')
-rw-r--r--src/window.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.inc b/src/window.inc
index a151a8d..2bc6c2d 100644
--- a/src/window.inc
+++ b/src/window.inc
@@ -113,6 +113,7 @@
/actInstallOK 9 def
/actInstallCancel 10 def
/actReboot 11 def
+/actRedrawBootOptionsPanel 12 def
/actNoClose 0x100 def