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
|
|
@ -119,10 +119,8 @@ static bool show_credits(void)
|
|||
if (plugin_load(PLUGIN_DIR "/credits.rock",NULL) != PLUGIN_OK)
|
||||
{
|
||||
/* show the rockbox logo and version untill a button is pressed */
|
||||
action_signalscreenchange();
|
||||
show_logo();
|
||||
get_action(CONTEXT_STD, TIMEOUT_BLOCK);
|
||||
action_signalscreenchange();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
@ -178,7 +176,7 @@ static bool show_info(void)
|
|||
#endif
|
||||
|
||||
if (talk_menus_enabled())
|
||||
{
|
||||
{
|
||||
/* say whatever is reasonable, no real connection to the screen */
|
||||
bool enqueue = false; /* enqueue all but the first */
|
||||
if (battery_level() >= 0)
|
||||
|
|
@ -359,7 +357,6 @@ static bool show_info(void)
|
|||
break;
|
||||
}
|
||||
}
|
||||
action_signalscreenchange();
|
||||
return false;
|
||||
}
|
||||
MENUITEM_FUNCTION(show_info_item, 0, ID2P(LANG_INFO_MENU),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue