1
0
Fork 0
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:
Robert Kukla 2007-02-27 23:33:01 +00:00
parent cc5de0ef01
commit ab6f95d533

View file

@ -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 */
int dynamicitem_callback(int action,const struct menu_item_ex *this_item)
{
if (action != ACTION_ENTER_MENUITEM)
if (action != ACTION_REQUEST_MENUITEM)
return action;
#if CONFIG_TUNER