diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-08-05 12:14:07 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-08-05 12:14:07 +0000 |
| commit | ef815729b6c2732a4ccc530402c4336a5a3e83b9 (patch) | |
| tree | 399f3aec796764ae8fcf4bae3c6573e510becb82 /apps/plugin.c | |
| parent | f8c6801fdd74b0d2a8d6143c455b61e33306a794 (diff) | |
| download | rockbox-ef815729b6c2732a4ccc530402c4336a5a3e83b9.zip rockbox-ef815729b6c2732a4ccc530402c4336a5a3e83b9.tar.gz rockbox-ef815729b6c2732a4ccc530402c4336a5a3e83b9.tar.bz2 rockbox-ef815729b6c2732a4ccc530402c4336a5a3e83b9.tar.xz | |
Accept FS#7486 - shortcuts plugin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14191 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 5028bfd..20ecafb 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -499,6 +499,8 @@ static const struct plugin_api rockbox_api = { screen_clear_area, #endif led, + set_current_file, + set_dirfilter, }; int plugin_load(const char* plugin, void* parameter) |