diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-15 08:03:35 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-15 08:03:35 -0400 |
commit | 68791fff3f9dce335821b87f5404803e488de85d (patch) | |
tree | dafff013194bce9afa42134a02d83ab37f540b02 /parser.c | |
parent | 72b80d3dc84988f8a934395e07e174418a66457f (diff) |
rename Menu_Update_Display to Show_Main_Menu
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1087,7 +1087,7 @@ void Parser_main (char *raw_in, int interactive_terminal, void(*cbfunc)(gpointer a chance to press "Go To Local" to override control */ if (!is_query && !(globals.MenuStatus.Selected_Submenu==Submenu1_rem_loc && globals.MenuStatus.Type_Of_Menu==Submenu_On)) { - Menu_Update_Display(); + Show_Main_Menu(); } /* re-run error_check to update min/max values based on actual settings, not proposed settings */ |