forked from len0rd/rockbox
allow the plugin playback control menu to be put in a viewport.
fix text editor so it is actually possible to get to the control menu if the file hasnt been changed (its in the regular menu now) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17221 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
45f6469ad1
commit
33b785e40b
10 changed files with 19 additions and 12 deletions
|
@ -2580,7 +2580,7 @@ int show_menu(void) /* return 1 to quit */
|
|||
|
||||
#if PLUGIN_BUFFER_SIZE >= MIN_MEM
|
||||
case MIID_SHOW_PLAYBACK_MENU:
|
||||
playback_control(rb);
|
||||
playback_control(rb, NULL);
|
||||
break;
|
||||
#endif
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue