From 8ad85ba291efab4056b4a75e3d7a30dc6db16ac4 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 10 Oct 2010 14:07:56 +0000 Subject: Fix for FS #10097 - Sometimes keys do work after exiting plugins. This removes the call to button_clear_queue which interfered with the mechanism in action.c to wait for a key release event when the button context is changed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28232 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 28c5854..6c402f6 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -828,8 +828,6 @@ int plugin_load(const char* plugin, const void* parameter) touchscreen_set_mode(global_settings.touch_mode); #endif - button_clear_queue(); - #ifdef HAVE_LCD_BITMAP lcd_setfont(FONT_UI); #if LCD_DEPTH > 1 -- cgit v1.1