From 1c14d29370cfc35d5c89d2256edf00f914e0bc20 Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Mon, 17 Jan 2011 12:40:21 +0000 Subject: FS#11822: use rockbox_browse() in plugins to select file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29069 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 1cac280e64..20ff190e37 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -773,6 +773,8 @@ static const struct plugin_api rockbox_api = { /* new stuff at the end, sort into place next time the API gets incompatible */ filetype_get_attr, + browse_context_init, + rockbox_browse, }; int plugin_load(const char* plugin, const void* parameter) -- cgit v1.2.3