diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-15 12:32:33 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-15 12:32:33 -0400 |
commit | 969879565a82fc646b00afcc7549a10f95623fa1 (patch) | |
tree | 2eddedeaa82a464a16a406ccf79e61f7b50643a6 | |
parent | 8ff7cae4e7f8412147c88d0fcee1093ecea67de7 (diff) |
comments
-rw-r--r-- | menus.c | 1 | ||||
-rw-r--r-- | parser.c | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -1553,7 +1553,6 @@ static void Submenu_Display(int change_selection) title = g_strdup ("Baud Rate:"); Submenu_max_entry=7; - // FIXME: generate structure from valid baud rate list Submenu_Structure[0]=mode_1200; Submenu_Structure[1]=mode_2400; Submenu_Structure[2]=mode_4800; @@ -1085,6 +1085,7 @@ void Parser_main (char *raw_in, int interactive_terminal, void(*cbfunc)(gpointer /* update display if it wasn't a query, and if the control menu isn't on (this gives the user a chance to press "Go To Local" to override control */ + // FIXME if (!is_query && !(globals.MenuStatus.Selected_Submenu==Submenu1_rem_loc && globals.MenuStatus.Type_Of_Menu==Submenu_On)) { Show_Main_Menu(); } |