From 228d62dd18906eaef814ec63cf888b30a94cd1c8 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 24 Jan 2007 02:19:22 +0000 Subject: Split the system status variables out of global_settings and put them into a new struct global_status. Use status_save() if these need saving. Added car_adapter_mode to the nvram settings, so nvram settings will be reset. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12101 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui') diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index f2aa497..41edc00 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c @@ -2483,7 +2483,7 @@ bool gui_wps_display(void) int i; if (!wps_state.id3 && !(audio_status() & AUDIO_STATUS_PLAY)) { - global_settings.resume_index = -1; + global_status.resume_index = -1; #ifdef HAVE_LCD_CHARCELLS gui_syncsplash(HZ, true, str(LANG_END_PLAYLIST_PLAYER)); #else -- cgit v1.1