forked from len0rd/rockbox
remove the need for action_signalscreenchange().
Fixes problems with targets where the ACTION_STD_CANCEL event is a combo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13956 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9d756e2760
commit
f7675a244b
27 changed files with 12 additions and 98 deletions
|
|
@ -411,7 +411,6 @@ static inline int load_screen(int screen)
|
|||
old_previous = GO_TO_ROOT;
|
||||
global_status.last_screen = (char)screen;
|
||||
status_save();
|
||||
action_signalscreenchange();
|
||||
ret_val = items[screen].function(items[screen].param);
|
||||
last_screen = screen;
|
||||
if (ret_val == GO_TO_PREVIOUS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue