mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
menus remove reserved 'param' parameter
-- missed the plugin menu -- Change-Id: Iac2c9b0b8212ab5f3ac2ef90e1ac2723d212f86c
This commit is contained in:
parent
ccf1aaa5be
commit
c85a4f1fa4
17 changed files with 191 additions and 203 deletions
|
|
@ -428,11 +428,11 @@ int preset_list_clear(void)
|
|||
}
|
||||
|
||||
MENUITEM_FUNCTION(radio_edit_preset_item, MENU_FUNC_CHECK_RETVAL,
|
||||
ID2P(LANG_FM_EDIT_PRESET),
|
||||
radio_edit_preset, NULL, NULL, Icon_NOICON);
|
||||
ID2P(LANG_FM_EDIT_PRESET),
|
||||
radio_edit_preset, NULL, Icon_NOICON);
|
||||
MENUITEM_FUNCTION(radio_delete_preset_item, MENU_FUNC_CHECK_RETVAL,
|
||||
ID2P(LANG_FM_DELETE_PRESET),
|
||||
radio_delete_preset, NULL, NULL, Icon_NOICON);
|
||||
ID2P(LANG_FM_DELETE_PRESET),
|
||||
radio_delete_preset, NULL, Icon_NOICON);
|
||||
static int radio_preset_callback(int action,
|
||||
const struct menu_item_ex *this_item,
|
||||
struct gui_synclist *this_list)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue