From 8ca67db93921f78a5ec12befb17746cc490196f3 Mon Sep 17 00:00:00 2001 From: Marc Guay Date: Thu, 26 Jun 2008 03:05:24 +0000 Subject: Add the Random Folder Advance feature to the manual, along with the plugin random_folder_advance_config, and a tiny bug fix in the plugin itself. Closes FS#7677. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17801 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/random_folder_advance_config.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/plugins/random_folder_advance_config.c b/apps/plugins/random_folder_advance_config.c index 4df764285f..388d17de2f 100644 --- a/apps/plugins/random_folder_advance_config.c +++ b/apps/plugins/random_folder_advance_config.c @@ -315,9 +315,11 @@ void edit_list(void) switch (button) { case ACTION_STD_OK: + { list->folder[selection][0] = ' '; list->folder[selection][1] = '\0'; break; + } case ACTION_STD_CONTEXT: { int m, len; @@ -348,7 +350,7 @@ void edit_list(void) } } } - break; + break; } menu_exit(m); } @@ -372,7 +374,7 @@ void edit_list(void) } menu_exit(m); } - break; + break; } } } -- cgit v1.2.3