From c85a4f1fa4062e69f8ad8d9f4a8d70fe8c32bb82 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Sat, 17 Dec 2022 03:27:21 -0500 Subject: menus remove reserved 'param' parameter -- missed the plugin menu -- Change-Id: Iac2c9b0b8212ab5f3ac2ef90e1ac2723d212f86c --- apps/radio/presets.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/radio/presets.c') diff --git a/apps/radio/presets.c b/apps/radio/presets.c index 1cd85637e8..d90f54ed99 100644 --- a/apps/radio/presets.c +++ b/apps/radio/presets.c @@ -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) -- cgit v1.2.3