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 /parser.c | |
parent | 8ff7cae4e7f8412147c88d0fcee1093ecea67de7 (diff) |
comments
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); } |