From b1c429e6fb9a2f6881af2c2dd48cfb17c4477fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Fri, 17 Oct 2003 14:49:00 +0000 Subject: Car Ignition Auto Stop (patch #736339 by Craig Sather) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3976 a1c6a512-1295-4272-9138-f99709370657 --- apps/status.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/status.c') 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 || -- cgit v1.1