diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2003-10-17 14:49:00 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2003-10-17 14:49:00 +0000 |
| commit | b1c429e6fb9a2f6881af2c2dd48cfb17c4477fc4 (patch) | |
| tree | 122eea193a5dc8689ecf989b34f09e8d28271215 /apps/status.c | |
| parent | 3953211531b382ad23b82f35223c0ca82ed9814f (diff) | |
| download | rockbox-b1c429e6fb9a2f6881af2c2dd48cfb17c4477fc4.zip rockbox-b1c429e6fb9a2f6881af2c2dd48cfb17c4477fc4.tar.gz rockbox-b1c429e6fb9a2f6881af2c2dd48cfb17c4477fc4.tar.bz2 rockbox-b1c429e6fb9a2f6881af2c2dd48cfb17c4477fc4.tar.xz | |
Car Ignition Auto Stop (patch #736339 by Craig Sather)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3976 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 6f412d8..f0445c3 100644 --- a/apps/status.c +++ b/apps/status.c @@ -119,6 +119,7 @@ void status_draw(bool force_redraw) info.shuffle = global_settings.playlist_shuffle; info.keylock = keys_locked; info.repeat = global_settings.repeat_mode; + info.playmode = current_mode; /* only redraw if forced to, or info has changed */ if (force_redraw || |