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/plugins/lib/oldmenuapi.c | 3 --- apps/plugins/properties.c | 1 - 2 files changed, 4 deletions(-) (limited to 'apps/plugins') diff --git a/apps/plugins/lib/oldmenuapi.c b/apps/plugins/lib/oldmenuapi.c index e804a64d62..dbe151daf9 100644 --- a/apps/plugins/lib/oldmenuapi.c +++ b/apps/plugins/lib/oldmenuapi.c @@ -95,7 +95,6 @@ int menu_show(int m) int key; rb->gui_synclist_draw(&(menus[m].synclist)); - rb->action_signalscreenchange(); rb->gui_syncstatusbar_draw(rb->statusbars, true); while (!exit) { key = rb->get_action(CONTEXT_MAINMENU,HZ/2); @@ -111,7 +110,6 @@ int menu_show(int m) rb->gui_synclist_do_button(&(menus[m].synclist), key,LIST_WRAP_UNLESS_HELD); switch( key ) { case ACTION_STD_OK: - rb->action_signalscreenchange(); return rb->gui_synclist_get_sel_pos(&(menus[m].synclist)); @@ -127,7 +125,6 @@ int menu_show(int m) } rb->gui_syncstatusbar_draw(rb->statusbars, false); } - rb->action_signalscreenchange(); return MENU_SELECTED_EXIT; } diff --git a/apps/plugins/properties.c b/apps/plugins/properties.c index 86817e2cc7..bc95548afe 100644 --- a/apps/plugins/properties.c +++ b/apps/plugins/properties.c @@ -295,7 +295,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* file) } } rb->global_settings->statusbar = prev_show_statusbar; - rb->action_signalscreenchange(); return PLUGIN_OK; } -- cgit v1.2.3