diff options
| author | Robert Kukla <roolku@rockbox.org> | 2007-10-09 21:28:51 +0000 |
|---|---|---|
| committer | Robert Kukla <roolku@rockbox.org> | 2007-10-09 21:28:51 +0000 |
| commit | a07e93938c04d2fe2720bb032006671433719ea6 (patch) | |
| tree | e2858e92ecd979749940c90a4b85449a49f7ea2b /apps/plugin.c | |
| parent | 8a3e141904dfa89b12dd679b3e3c3ab2086b5756 (diff) | |
| download | rockbox-a07e93938c04d2fe2720bb032006671433719ea6.zip rockbox-a07e93938c04d2fe2720bb032006671433719ea6.tar.gz rockbox-a07e93938c04d2fe2720bb032006671433719ea6.tar.bz2 rockbox-a07e93938c04d2fe2720bb032006671433719ea6.tar.xz | |
fix yellow and some house cleaning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15056 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 7981c36..0284257 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -518,7 +518,7 @@ static const struct plugin_api rockbox_api = { talk_disable_menus, talk_enable_menus, - button_available, + button_queue_count, }; |