diff options
| author | Teruaki Kawashima <teru@rockbox.org> | 2011-01-17 12:40:21 +0000 |
|---|---|---|
| committer | Teruaki Kawashima <teru@rockbox.org> | 2011-01-17 12:40:21 +0000 |
| commit | 1c14d29370cfc35d5c89d2256edf00f914e0bc20 (patch) | |
| tree | 1721ab488af125559b8be06710d744494044bb54 /apps/plugin.c | |
| parent | 05f6f3419aec991307e7c81e0738e0496a21d89b (diff) | |
| download | rockbox-1c14d29370cfc35d5c89d2256edf00f914e0bc20.zip rockbox-1c14d29370cfc35d5c89d2256edf00f914e0bc20.tar.gz rockbox-1c14d29370cfc35d5c89d2256edf00f914e0bc20.tar.bz2 rockbox-1c14d29370cfc35d5c89d2256edf00f914e0bc20.tar.xz | |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 1cac280..20ff190 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) |