diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-06-27 01:05:40 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-06-27 01:05:40 +0000 |
| commit | 32e27d93e883384cffb846998119ecdfd9b8fed7 (patch) | |
| tree | b5c26ee52a057c0edeeba25fa10056ab30c566b0 /apps/bookmark.c | |
| parent | 0690ac1966772975879540a4c614b497858ecfb7 (diff) | |
| download | rockbox-32e27d93e883384cffb846998119ecdfd9b8fed7.zip rockbox-32e27d93e883384cffb846998119ecdfd9b8fed7.tar.gz rockbox-32e27d93e883384cffb846998119ecdfd9b8fed7.tar.bz2 rockbox-32e27d93e883384cffb846998119ecdfd9b8fed7.tar.xz | |
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/bookmark.c')
| -rw-r--r-- | apps/bookmark.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c index f052a66..5d717e4 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -523,7 +523,6 @@ bool bookmark_autoload(char* file) case BUTTON_PLAY: return bookmark_load(global_bookmark_file_name, true); case SYS_USB_CONNECTED: - status_set_playmode(STATUS_STOP); usb_screen(); #ifdef HAVE_LCD_CHARCELLS status_set_param(true); |