From 4e347d96b85af76608a2e35672edc62522e3b126 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 10 Jul 2016 02:47:13 +0200 Subject: [PATCH] reset filebrowser settings when selecting 'Select From Collection' --- menu/cbs/menu_cbs_ok.c | 1 + 1 file changed, 1 insertion(+) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index 9670bb2136..d12a219d01 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -2655,6 +2655,7 @@ static int action_ok_push_downloads_dir(const char *path, const char *label, unsigned type, size_t idx, size_t entry_idx) { settings_t *settings = config_get_ptr(); + menu_displaylist_reset_filebrowser(); return generic_action_ok_displaylist_push(path, settings->directory.core_assets, msg_hash_to_str(MENU_ENUM_LABEL_DETECT_CORE_LIST), type, idx,