summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/menus/settings_menu.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/menus/settings_menu.c b/apps/menus/settings_menu.c
index 9cdff01d86..495040d177 100644
--- a/apps/menus/settings_menu.c
+++ b/apps/menus/settings_menu.c
@@ -48,6 +48,7 @@
48#ifdef HAVE_DIRCACHE 48#ifdef HAVE_DIRCACHE
49#include "dircache.h" 49#include "dircache.h"
50#endif 50#endif
51#include "folder_select.h"
51 52
52/***********************************/ 53/***********************************/
53/* TAGCACHE MENU */ 54/* TAGCACHE MENU */
@@ -534,8 +535,8 @@ static int autoresume_nexttrack_callback(int action,
534 break; 535 break;
535 case ACTION_EXIT_MENUITEM: 536 case ACTION_EXIT_MENUITEM:
536 if (global_settings.autoresume_automatic == AUTORESUME_NEXTTRACK_CUSTOM 537 if (global_settings.autoresume_automatic == AUTORESUME_NEXTTRACK_CUSTOM
537 && kbd_input ((char*) &global_settings.autoresume_paths, 538 && !folder_select(global_settings.autoresume_paths,
538 MAX_PATHNAME+1) < 0) 539 MAX_PATHNAME+1))
539 { 540 {
540 global_settings.autoresume_automatic = oldval; 541 global_settings.autoresume_automatic = oldval;
541 } 542 }