From e9fd3d6c57bc6b57e1cd2a7c39c5a6c35ea7e6d2 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 16 Aug 2006 04:05:19 +0000 Subject: * Add keymap file for h10 (Thanks Barry Wardell) * Add a signalscreenchange to plugin_run so keys work coreclty after quiting plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10601 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index ea200b8..6e2a8bc 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -632,7 +632,7 @@ int plugin_load(const char* plugin, void* parameter) gui_syncsplash(HZ*2, true, str(LANG_PLUGIN_ERROR)); break; } - + action_signalscreenchange(); return PLUGIN_OK; } -- cgit v1.1