summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-04-23 10:28:34 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-04-23 10:28:34 +0000
commit33b785e40bc2e302cd670a5896429e59cf201be3 (patch)
treebb048ae91a0d30b342fb0ac4bfdda63852df38eb /apps/plugins/viewer.c
parent45f6469ad1e44d56b5bd14a5eb9cc605bfd92eb0 (diff)
downloadrockbox-33b785e40bc2e302cd670a5896429e59cf201be3.tar.gz
rockbox-33b785e40bc2e302cd670a5896429e59cf201be3.zip
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/viewer.c')
-rw-r--r--apps/plugins/viewer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index a4619269e5..a2afbc0641 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -1426,7 +1426,7 @@ static void viewer_menu(void)
1426 done = viewer_options_menu(); 1426 done = viewer_options_menu();
1427 break; 1427 break;
1428 case 2: /* playback control */ 1428 case 2: /* playback control */
1429 playback_control(rb); 1429 playback_control(rb, NULL);
1430 break; 1430 break;
1431 case 3: /* return */ 1431 case 3: /* return */
1432 break; 1432 break;