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:
parent
37f37394c3
commit
8ca67db939
4 changed files with 74 additions and 40 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue