From f7675a244b0d1d52bfdf5a1ee0051b46e73f9f2e Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 22 Jul 2007 06:05:53 +0000 Subject: remove the need for action_signalscreenchange(). Fixes problems with targets where the ACTION_STD_CANCEL event is a combo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13956 a1c6a512-1295-4272-9138-f99709370657 --- apps/menus/eq_menu.c | 1 - apps/menus/main_menu.c | 5 +---- apps/menus/recording_menu.c | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) (limited to 'apps/menus') diff --git a/apps/menus/eq_menu.c b/apps/menus/eq_menu.c index 58d86782b0..3248f10f0e 100644 --- a/apps/menus/eq_menu.c +++ b/apps/menus/eq_menu.c @@ -566,7 +566,6 @@ bool eq_menu_graphical(void) } } - action_signalscreenchange(); /* Reset screen settings */ FOR_NB_SCREENS(i) { screens[i].setfont(FONT_UI); diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c index 061c5c215e..7891a5c8a8 100644 --- a/apps/menus/main_menu.c +++ b/apps/menus/main_menu.c @@ -119,10 +119,8 @@ static bool show_credits(void) if (plugin_load(PLUGIN_DIR "/credits.rock",NULL) != PLUGIN_OK) { /* show the rockbox logo and version untill a button is pressed */ - action_signalscreenchange(); show_logo(); get_action(CONTEXT_STD, TIMEOUT_BLOCK); - action_signalscreenchange(); } return false; } @@ -178,7 +176,7 @@ static bool show_info(void) #endif if (talk_menus_enabled()) - { + { /* say whatever is reasonable, no real connection to the screen */ bool enqueue = false; /* enqueue all but the first */ if (battery_level() >= 0) @@ -359,7 +357,6 @@ static bool show_info(void) break; } } - action_signalscreenchange(); return false; } MENUITEM_FUNCTION(show_info_item, 0, ID2P(LANG_INFO_MENU), diff --git a/apps/menus/recording_menu.c b/apps/menus/recording_menu.c index 7c6d91e61d..3fdaa02f3d 100644 --- a/apps/menus/recording_menu.c +++ b/apps/menus/recording_menu.c @@ -791,7 +791,6 @@ bool rectrigger(void) screens[i].setfont(FONT_UI); screens[i].setmargins(old_x_margin[i], old_y_margin[i]); } - action_signalscreenchange(); return retval; } -- cgit v1.2.3