Restore this function

This commit is contained in:
twinaphex 2015-06-28 19:11:31 +02:00
parent 8bf46e4424
commit 6aa6e8c1d9

View File

@ -1406,9 +1406,7 @@ static int action_ok_disk_cycle_tray_status(const char *path,
static int action_ok_close_content(const char *path,
const char *label, unsigned type, size_t idx, size_t entry_idx)
{
menu_list_t *menu_list = menu_list_get_ptr();
int ret = generic_action_ok_command(EVENT_CMD_UNLOAD_CORE);
menu_list_flush_stack(menu_list, NULL, MENU_SETTINGS);
return ret;
}