Show history list when g_settings.history_list_enable is true

This commit is contained in:
twinaphex 2014-11-29 16:37:00 +01:00
parent 9d25947694
commit 307e636e86

View File

@ -2816,7 +2816,7 @@ static bool setting_data_append_list_main_menu_options(
group_info.name,
subgroup_info.name);
#endif
if (g_defaults.history)
if (g_settings.history_list_enable)
{
CONFIG_ACTION(
"history_list",