summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-06-27 01:05:40 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-06-27 01:05:40 +0000
commit32e27d93e883384cffb846998119ecdfd9b8fed7 (patch)
treeb5c26ee52a057c0edeeba25fa10056ab30c566b0 /apps/onplay.c
parent0690ac1966772975879540a4c614b497858ecfb7 (diff)
downloadrockbox-32e27d93e883384cffb846998119ecdfd9b8fed7.tar.gz
rockbox-32e27d93e883384cffb846998119ecdfd9b8fed7.zip
The status bar now keeps track of the mpeg status, instead of having to call status_set_playmode() all the time
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4805 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 7873941af6..c54d9bce6f 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -138,7 +138,6 @@ static bool add_to_playlist(int position, bool queue)
138 if (global_settings.playlist_shuffle) 138 if (global_settings.playlist_shuffle)
139 playlist_shuffle(current_tick, -1); 139 playlist_shuffle(current_tick, -1);
140 playlist_start(0,0); 140 playlist_start(0,0);
141 status_set_playmode(STATUS_PLAY);
142 status_draw(false); 141 status_draw(false);
143 onplay_result = ONPLAY_START_PLAY; 142 onplay_result = ONPLAY_START_PLAY;
144 } 143 }