summaryrefslogtreecommitdiff
path: root/apps/status.c
diff options
context:
space:
mode:
authorHardeep Sidhu <dyp@pobox.com>2005-06-25 04:46:25 +0000
committerHardeep Sidhu <dyp@pobox.com>2005-06-25 04:46:25 +0000
commit74d082c03892ae551cf4a72bb27af91fe8e1ed28 (patch)
tree227ede22869e6aa2e4f919a38cc3638ee0d76cfe /apps/status.c
parent1224d578e8ef250cacc86ba3e97408446867baa6 (diff)
downloadrockbox-74d082c03892ae551cf4a72bb27af91fe8e1ed28.tar.gz
rockbox-74d082c03892ae551cf4a72bb27af91fe8e1ed28.zip
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/status.c b/apps/status.c
index ac11c17e1b..535337e8c1 100644
--- a/apps/status.c
+++ b/apps/status.c
@@ -260,6 +260,7 @@ void status_draw(bool force_redraw)
260 break; 260 break;
261 261
262 case REPEAT_ALL: 262 case REPEAT_ALL:
263 case REPEAT_SHUFFLE:
263 statusbar_icon_play_mode(Icon_Repeat); 264 statusbar_icon_play_mode(Icon_Repeat);
264 break; 265 break;
265 } 266 }