1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Marc Guay 2008-06-26 03:05:24 +00:00
parent 37f37394c3
commit 8ca67db939
4 changed files with 74 additions and 40 deletions

View file

@ -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;
}
}
}