1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jonathan Gordon 2007-03-10 13:52:38 +00:00
parent efae4a3469
commit 9ab9f91691

View file

@ -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;