diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-29 10:55:34 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-29 10:55:34 -0400 |
commit | facf818bfa54d1fc553cf06a0f22012ea033ace0 (patch) | |
tree | 254143d4d025f5b2d37af59e95470b48ba9421c4 /instr-daemon.c | |
parent | b127640ef5f09b10a648701c52f950f3fe569ce6 (diff) |
add some menu variables as globals, to remove FIXMEs
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index 9b8b923..e1db5da 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -239,7 +239,7 @@ int main(int argc, char **argv) initFlash (&globals.Flash, FALSE, 0); gchar *message = g_strdup_printf ("%s, S/N %s", globals.Flash.model_num, globals.Flash.serial_num); - LCD_display_extended_message (message, 0); + LCD_display_extended_message (message, FALSE, FALSE); g_free (message); int i; |