diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-15 08:21:51 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-15 08:21:51 -0400 |
commit | 9241a81f454f8ad98207b7b88c5c0b9ec8852987 (patch) | |
tree | cd781dfcdf311b3392f4d79424b0450a4c0c12d0 /error_utils.c | |
parent | 68791fff3f9dce335821b87f5404803e488de85d (diff) |
simplified the menu updating scheme
Diffstat (limited to 'error_utils.c')
-rw-r--r-- | error_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/error_utils.c b/error_utils.c index 8681808..c87c0e7 100644 --- a/error_utils.c +++ b/error_utils.c @@ -116,7 +116,7 @@ void queue_error_from_parser(gchar** response, int error_num) } queue_error_and_get_text(response, error_num); - Menu_Refresh(); + Show_Main_Menu(); return; } |