summaryrefslogtreecommitdiff
path: root/apps/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.c')
-rw-r--r--apps/menu.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/menu.c b/apps/menu.c
index 17fff25afb..a9bc0d4d69 100644
--- a/apps/menu.c
+++ b/apps/menu.c
@@ -297,8 +297,6 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected)
297 297
298 talk_menu_item(menu, &lists); 298 talk_menu_item(menu, &lists);
299 299
300 action_signalscreenchange();
301
302 /* load the callback, and only reload it if menu changes */ 300 /* load the callback, and only reload it if menu changes */
303 get_menu_callback(menu, &menu_callback); 301 get_menu_callback(menu, &menu_callback);
304 gui_synclist_draw(&lists); 302 gui_synclist_draw(&lists);
@@ -428,7 +426,6 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected)
428 { 426 {
429 int return_value; 427 int return_value;
430 talk_item = true; 428 talk_item = true;
431 action_signalscreenchange();
432 if (temp->flags&MENU_FUNC_USEPARAM) 429 if (temp->flags&MENU_FUNC_USEPARAM)
433 return_value = temp->function->function_w_param( 430 return_value = temp->function->function_w_param(
434 temp->function->param); 431 temp->function->param);
@@ -458,7 +455,6 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected)
458 case MT_RETURN_ID: 455 case MT_RETURN_ID:
459 if (in_stringlist) 456 if (in_stringlist)
460 { 457 {
461 action_signalscreenchange();
462 done = true; 458 done = true;
463 ret = selected; 459 ret = selected;
464 } 460 }
@@ -510,7 +506,6 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected)
510 if (redraw_lists) 506 if (redraw_lists)
511 gui_synclist_draw(&lists); 507 gui_synclist_draw(&lists);
512 } 508 }
513 action_signalscreenchange();
514 if (start_selected) 509 if (start_selected)
515 { 510 {
516 /* make sure the start_selected variable is set to 511 /* make sure the start_selected variable is set to