summaryrefslogtreecommitdiffstats
path: root/src/dia_kernelopts.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dia_kernelopts.inc')
-rw-r--r--src/dia_kernelopts.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/dia_kernelopts.inc b/src/dia_kernelopts.inc
index 942efb6..34b0d70 100644
--- a/src/dia_kernelopts.inc
+++ b/src/dia_kernelopts.inc
@@ -48,7 +48,7 @@
/kernelopts.update {
/xmenu xmenu.kernelopts def
- /window.action actRedrawPanel def
+ /window.action actRedrawBootOptionsPanel def
} def
@@ -60,6 +60,10 @@
/panel.kernelopts {
"main" help.setcontext
+ boot.show not {
+ /boot.show true def
+ } if
+
window.xmenu
dup .xmenu xmenu.kernelopts put
dup .xmenu.update /kernelopts.update put