summaryrefslogtreecommitdiff
path: root/instr-daemon.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:07:15 -0500
committerroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:07:15 -0500
commita5e9ecff723e6df4c93c0047fcfd62c70b2b0fed (patch)
treea14172bfa61f7cea5e861aa93496316cf20e4b08 /instr-daemon.c
parent2618734a24a971f28805bc85102272506cdf8191 (diff)
don't show main menu in response to commands during turn-on delay
Diffstat (limited to 'instr-daemon.c')
-rw-r--r--instr-daemon.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/instr-daemon.c b/instr-daemon.c
index 62d24d8..be905ff 100644
--- a/instr-daemon.c
+++ b/instr-daemon.c
@@ -323,11 +323,12 @@ static gboolean finish_boot (void)
I2C_Setup_Monitor();
- Show_Main_Menu();
-
// FIXME - self-cal here - or in thread beside user sessions?
globals.Sys.startup_complete = 1;
+
+ Show_Main_Menu();
+
return FALSE; // no more calls to this function are needed
}