From 29d7db4a46a773793d83cca9583f6aa403f5fa3d Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Sun, 31 May 2009 17:47:56 +0000 Subject: Replace use of CONTEXT_CUSTOM by get_custom_action with new CONTEXT_PLUGIN, to prevent conflicts with core contexts using CONTEXT_CUSTOM, and use CONTEXT_TREE as the base context for PictureFlow's custom contexts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21149 a1c6a512-1295-4272-9138-f99709370657 --- apps/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/action.c') diff --git a/apps/action.c b/apps/action.c index 2119888..5810003 100644 --- a/apps/action.c +++ b/apps/action.c @@ -197,7 +197,7 @@ static int get_action_worker(int context, int timeout, if (button & BUTTON_REMOTE) context |= CONTEXT_REMOTE; #endif - if ((context & CONTEXT_CUSTOM) && get_context_map) + if ((context & CONTEXT_PLUGIN) && get_context_map) items = get_context_map(context); else items = get_context_mapping(context); -- cgit v1.1