Also clear WPS backdrop when shutting down (same fix as in usb event handling). Fixes bug 5222

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9851 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2006-05-01 14:24:06 +00:00
parent e9cc570b83
commit 9fe9a4f347

View file

@ -739,6 +739,9 @@ long gui_wps_show(void)
case SYS_POWEROFF:
bookmark_autobookmark();
#ifdef HAVE_LCD_COLOR
lcd_set_backdrop(gui_wps[SCREEN_MAIN].data->old_backdrop);
#endif
default_event_handler(SYS_POWEROFF);
break;