From 9ab9f9169192ac4241a46fec73eaac91977b22b3 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sat, 10 Mar 2007 13:52:38 +0000 Subject: Fix the problem where plugins decide to re-enter if they are exited using a menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12708 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/plugin.c b/apps/plugin.c index eb1325c827..a2d7129f06 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -641,6 +641,7 @@ int plugin_load(const char* plugin, void* parameter) lcd_remote_clear_display(); lcd_remote_update(); #endif + action_signalscreenchange(); if (pfn_tsr_exit == NULL) plugin_loaded = false; -- cgit v1.2.3