Advertisement
Guest User

Untitled

a guest
May 30th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Index: src/apps/plugins/pictureflow/pictureflow.c
  2. ===================================================================
  3. --- src/apps/plugins/pictureflow/pictureflow.c (old version)
  4. +++ src/apps/plugins/pictureflow/pictureflow.c (new version)
  5. @@ -788,6 +788,7 @@
  6. return track_names + tracks[track_index].filename_idx;
  7. return 0;
  8. }
  9. +#endif
  10.  
  11. int get_wps_current_index(void)
  12. {
  13. @@ -800,7 +801,7 @@
  14. }
  15. return last_album;
  16. }
  17. -#endif
  18. +
  19. /**
  20. Compare two unsigned ints passed via pointers.
  21. */
  22. @@ -2742,7 +2743,7 @@
  23. if ( pf_state == pf_idle || pf_state == pf_scrolling )
  24. show_previous_slide();
  25. break;
  26. -
  27. +#if PF_PLAYBACK_CAPABLE
  28. case PF_CONTEXT:
  29. if ( auto_wps != 0 ) {
  30. if( pf_state == pf_idle ) {
  31. @@ -2759,6 +2760,7 @@
  32. }
  33. }
  34. break;
  35. +#endif
  36. case PF_TRACKLIST:
  37. if ( auto_wps == 1 && pf_state == pf_idle ) {
  38. pf_state = pf_cover_in;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement