forked from len0rd/rockbox
fix "hide radio menu if no tuner is detected"; wrong constant was used
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12513 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cc5de0ef01
commit
ab6f95d533
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ MAKE_MENU(main_menu_, "Rockbox Main Menu", mainmenu_callback,
|
||||||
callback is just to say if the item is shown or not */
|
callback is just to say if the item is shown or not */
|
||||||
int dynamicitem_callback(int action,const struct menu_item_ex *this_item)
|
int dynamicitem_callback(int action,const struct menu_item_ex *this_item)
|
||||||
{
|
{
|
||||||
if (action != ACTION_ENTER_MENUITEM)
|
if (action != ACTION_REQUEST_MENUITEM)
|
||||||
return action;
|
return action;
|
||||||
|
|
||||||
#if CONFIG_TUNER
|
#if CONFIG_TUNER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue