Index: apps/plugins/search.c =================================================================== --- apps/plugins/search.c (revision 20619) +++ apps/plugins/search.c (working copy) @@ -175,6 +175,9 @@ rb->close(fdw); rb->close(fd); + int button; + button = rb->get_action(CONTEXT_STD, TIMEOUT_NOBLOCK); + /* We fake a USB connection to force a reload of the file browser */ return PLUGIN_USB_CONNECTED; }