Propagate 'label' as path for CDROM info detail list

This commit is contained in:
twinaphex 2019-07-15 02:41:58 +02:00
parent df55abc65b
commit ad5773a031
2 changed files with 5 additions and 0 deletions

View File

@ -906,7 +906,9 @@
* Disable if you run into name conflicts and want to really remove the
* mbedtls_strerror()
*/
#if 0
#define MBEDTLS_ERROR_STRERROR_DUMMY
#endif
/**
* \def MBEDTLS_GENPRIME

View File

@ -958,8 +958,11 @@ int generic_action_ok_displaylist_push(const char *path,
case ACTION_OK_DL_LOAD_DISC_LIST:
case ACTION_OK_DL_DUMP_DISC_LIST:
case ACTION_OK_DL_CDROM_INFO_LIST:
action_ok_dl_lbl(action_ok_dl_to_enum(action_type), DISPLAYLIST_GENERIC);
break;
case ACTION_OK_DL_CDROM_INFO_DETAIL_LIST:
action_ok_dl_lbl(action_ok_dl_to_enum(action_type), DISPLAYLIST_GENERIC);
info_path = label;
break;
case ACTION_OK_DL_CONTENT_SETTINGS:
info.list = menu_entries_get_selection_buf_ptr(0);