diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2008-04-23 10:28:34 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2008-04-23 10:28:34 +0000 |
| commit | 33b785e40bc2e302cd670a5896429e59cf201be3 (patch) | |
| tree | bb048ae91a0d30b342fb0ac4bfdda63852df38eb /apps/plugins/jpeg.c | |
| parent | 45f6469ad1e44d56b5bd14a5eb9cc605bfd92eb0 (diff) | |
| download | rockbox-33b785e40bc2e302cd670a5896429e59cf201be3.zip rockbox-33b785e40bc2e302cd670a5896429e59cf201be3.tar.gz rockbox-33b785e40bc2e302cd670a5896429e59cf201be3.tar.bz2 rockbox-33b785e40bc2e302cd670a5896429e59cf201be3.tar.xz | |
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
Diffstat (limited to 'apps/plugins/jpeg.c')
| -rw-r--r-- | apps/plugins/jpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/jpeg.c b/apps/plugins/jpeg.c index 710772f..596d4d7 100644 --- a/apps/plugins/jpeg.c +++ b/apps/plugins/jpeg.c @@ -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 |