Fix regression with 'Set Core Association' and leave a TODO/FIXME note

This commit is contained in:
twinaphex 2019-10-04 17:41:03 +02:00
parent 811138221a
commit 8a06263ba6

View File

@ -4197,8 +4197,10 @@ static int action_ok_set_core_association(const char *path,
if (!menu)
return menu_cbs_exit();
/* TODO/FIXME - menu->rpl_entry_selection_ptr - find
* a way so that we can remove this temporary state */
return generic_action_ok_displaylist_push(path, NULL,
NULL, 0, idx, entry_idx,
NULL, 0, menu->rpl_entry_selection_ptr, entry_idx,
ACTION_OK_DL_DEFERRED_CORE_LIST_SET);
}