Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2011
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Index: apps/root_menu.c
  2. ===================================================================
  3. --- apps/root_menu.c (revision 29499)
  4. +++ apps/root_menu.c (working copy)
  5. @@ -432,7 +432,6 @@
  6. MENUITEM_RETURNVALUE(system_menu_, ID2P(LANG_SYSTEM), GO_TO_SYSTEM_SCREEN,
  7. NULL, Icon_System_menu);
  8.  
  9. -#if CONFIG_KEYPAD == PLAYER_PAD
  10. static int do_shutdown(void)
  11. {
  12. #if CONFIG_CHARGING
  13. @@ -459,11 +458,7 @@
  14. #if CONFIG_TUNER
  15. &fm,
  16. #endif
  17. - &playlists, &rocks_browser, &system_menu_
  18. -
  19. -#if CONFIG_KEYPAD == PLAYER_PAD
  20. - ,&do_shutdown_item
  21. -#endif
  22. + &playlists, &rocks_browser, &system_menu_, &do_shutdown_item
  23. );
  24.  
  25. static int item_callback(int action, const struct menu_item_ex *this_item)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement