mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-17 09:02:38 -05:00
Change the condition for including the shutdown menu item to something more appropriate.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29462 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
793eab19b9
commit
224c8262ee
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,7 @@ MENUITEM_RETURNVALUE(playlists, ID2P(LANG_PLAYLISTS), GO_TO_PLAYLISTS_SCREEN,
|
|||
MENUITEM_RETURNVALUE(system_menu_, ID2P(LANG_SYSTEM), GO_TO_SYSTEM_SCREEN,
|
||||
NULL, Icon_System_menu);
|
||||
|
||||
#ifdef HAVE_LCD_CHARCELLS
|
||||
#if CONFIG_KEYPAD == PLAYER_PAD
|
||||
static int do_shutdown(void)
|
||||
{
|
||||
#if CONFIG_CHARGING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue