diff options
| author | Hardeep Sidhu <dyp@pobox.com> | 2005-06-25 04:46:25 +0000 |
|---|---|---|
| committer | Hardeep Sidhu <dyp@pobox.com> | 2005-06-25 04:46:25 +0000 |
| commit | 74d082c03892ae551cf4a72bb27af91fe8e1ed28 (patch) | |
| tree | 227ede22869e6aa2e4f919a38cc3638ee0d76cfe /apps/status.c | |
| parent | 1224d578e8ef250cacc86ba3e97408446867baa6 (diff) | |
| download | rockbox-74d082c03892ae551cf4a72bb27af91fe8e1ed28.zip rockbox-74d082c03892ae551cf4a72bb27af91fe8e1ed28.tar.gz rockbox-74d082c03892ae551cf4a72bb27af91fe8e1ed28.tar.bz2 rockbox-74d082c03892ae551cf4a72bb27af91fe8e1ed28.tar.xz | |
Added new shuffle repeat mode that reshuffles playlist before repeating. Also added new shuffled insert mode that randomly inserts selected track(s) somewhere between current track and end of playlist.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6861 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/status.c')
| -rw-r--r-- | apps/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/status.c b/apps/status.c index ac11c17..535337e 100644 --- a/apps/status.c +++ b/apps/status.c @@ -260,6 +260,7 @@ void status_draw(bool force_redraw) break; case REPEAT_ALL: + case REPEAT_SHUFFLE: statusbar_icon_play_mode(Icon_Repeat); break; } |