summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorTeruaki Kawashima <teru@rockbox.org>2011-01-17 12:40:21 +0000
committerTeruaki Kawashima <teru@rockbox.org>2011-01-17 12:40:21 +0000
commit1c14d29370cfc35d5c89d2256edf00f914e0bc20 (patch)
tree1721ab488af125559b8be06710d744494044bb54 /apps/plugin.c
parent05f6f3419aec991307e7c81e0738e0496a21d89b (diff)
downloadrockbox-1c14d29370cfc35d5c89d2256edf00f914e0bc20.tar.gz
rockbox-1c14d29370cfc35d5c89d2256edf00f914e0bc20.zip
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
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 2 insertions, 0 deletions
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 = {
773 /* new stuff at the end, sort into place next time 773 /* new stuff at the end, sort into place next time
774 the API gets incompatible */ 774 the API gets incompatible */
775 filetype_get_attr, 775 filetype_get_attr,
776 browse_context_init,
777 rockbox_browse,
776}; 778};
777 779
778int plugin_load(const char* plugin, const void* parameter) 780int plugin_load(const char* plugin, const void* parameter)