From da2b45f2e5cfcdf730849fbd5261ef8f0761bdcb Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 23 Jun 2005 10:11:10 +0000 Subject: When exiting the context menu with the menu button, call the main menu. Mainly useful on Ondio which can't have both main menu and context menu bound in wps. Holding MODE on Ondio will now bring up the wps context menu instead of the main menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6840 a1c6a512-1295-4272-9138-f99709370657 --- apps/menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/menu.c') diff --git a/apps/menu.c b/apps/menu.c index 6966bc990e..60cc4b7682 100644 --- a/apps/menu.c +++ b/apps/menu.c @@ -376,8 +376,8 @@ int menu_show(int m) #ifdef MENU_EXIT2 case MENU_EXIT2: #endif -#ifdef MENU_EXIT3 - case MENU_EXIT3: +#ifdef MENU_EXIT_MENU + case MENU_EXIT_MENU: #endif #ifdef MENU_RC_EXIT case MENU_RC_EXIT: -- cgit v1.2.3