From 062075dfb5848858f45ac549f4d75bdda0c1c5dd Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 15 Sep 2015 22:49:11 +0200 Subject: [PATCH] Attempt to fix configuratons list regression --- menu/cbs/menu_cbs_ok.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index b9949c3b95..565a59b785 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -206,8 +206,8 @@ int generic_action_ok_displaylist_push(const char *path, case ACTION_OK_DL_CONFIGURATIONS_LIST: info.type = type; info.directory_ptr = idx; - if (path) - info_path = path; + if (settings->menu_config_directory) + info_path = settings->menu_config_directory; else info_path = label; info_label = label;