Index: apps/root_menu.c =================================================================== --- apps/root_menu.c (revision 29499) +++ apps/root_menu.c (working copy) @@ -432,7 +432,6 @@ MENUITEM_RETURNVALUE(system_menu_, ID2P(LANG_SYSTEM), GO_TO_SYSTEM_SCREEN, NULL, Icon_System_menu); -#if CONFIG_KEYPAD == PLAYER_PAD static int do_shutdown(void) { #if CONFIG_CHARGING @@ -459,11 +458,7 @@ #if CONFIG_TUNER &fm, #endif - &playlists, &rocks_browser, &system_menu_ - -#if CONFIG_KEYPAD == PLAYER_PAD - ,&do_shutdown_item -#endif + &playlists, &rocks_browser, &system_menu_, &do_shutdown_item ); static int item_callback(int action, const struct menu_item_ex *this_item)